SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sstmac
software
api
api_fwd.h
Go to the documentation of this file.
1
#ifndef _sstmac_software_api_fwd_h
2
#define _sstmac_software_api_fwd_h
3
4
namespace
sstmac
{
5
namespace
sw {
6
7
class
api;
8
9
api*
10
static_get_api
(
const
char
* name);
11
12
template
<
class
T>
13
T*
14
get_api
(){
15
return
dynamic_cast<
T*
>
(
static_get_api
(T::api_name));
16
}
17
18
} }
19
20
#endif
sstmac::sw::get_api
T * get_api()
Definition:
api_fwd.h:14
sstmac
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
Definition:
parallel_runtime.h:18
sstmac::sw::static_get_api
api * static_get_api(const char *name)
Generated by
1.8.11