SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
docs
developer
tutorials
programming
factories
guest.h
Go to the documentation of this file.
1
#include "
actor.h
"
2
3
namespace
sstmac
{
4
namespace
tutorial {
5
6
class
christopher_guest
:
7
public
actor
8
{
9
10
public
:
11
std::string
12
to_string
()
const
{
13
return
"count rugen"
;
14
}
15
16
virtual
void
17
init_factory_params
(sprockit::sim_parameters* params);
18
19
virtual
void
20
act
();
21
22
protected
:
23
int
num_fingers_
;
24
25
};
26
27
}
28
}
29
sstmac::tutorial::christopher_guest::to_string
std::string to_string() const
Definition:
guest.h:12
sstmac::tutorial::actor
Definition:
actor.h:6
sstmac
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
Definition:
parallel_runtime.h:18
sstmac::tutorial::christopher_guest::init_factory_params
virtual void init_factory_params(sprockit::sim_parameters *params)
sstmac::tutorial::christopher_guest
Definition:
guest.h:6
actor.h
sstmac::tutorial::christopher_guest::act
virtual void act()
sstmac::tutorial::christopher_guest::num_fingers_
int num_fingers_
Definition:
guest.h:23
Generated by
1.8.11