SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sstmac
software
launch
job_launch_event.h
Go to the documentation of this file.
1
#ifndef JOB_LAUNCH_EVENT_H
2
#define JOB_LAUNCH_EVENT_H
3
4
#include <
sstmac/common/sst_event.h
>
5
#include <
sstmac/software/launch/app_launch_fwd.h
>
6
7
namespace
sstmac
{
8
namespace
sw {
9
10
class
job_launch_event
:
11
public
event
12
{
13
NotSerializable
(
job_launch_event
)
14
15
public:
16
job_launch_event
(
app_launch
*
appman
) :
17
appman_
(
appman
)
18
{
19
}
20
21
app_launch
*
22
appman
()
const
{
23
return
appman_
;
24
}
25
26
std::string
27
to_string
()
const
{
28
return
"job launch event"
;
29
}
30
31
private
:
32
int
appnum_
;
33
app_launch
*
appman_
;
34
};
35
36
}
37
}
38
39
#endif // JOB_LAUNCH_EVENT_H
40
sstmac::sw::job_launch_event
Definition:
job_launch_event.h:10
sstmac::sw::job_launch_event::appman_
app_launch * appman_
Definition:
job_launch_event.h:33
sstmac::sw::app_launch
Definition:
app_launch.h:38
sst_event.h
sstmac::event
Definition:
sst_event.h:28
sstmac::sw::job_launch_event::NotSerializable
NotSerializable(job_launch_event) public
Definition:
job_launch_event.h:13
app_launch_fwd.h
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::job_launch_event::to_string
std::string to_string() const
Definition:
job_launch_event.h:27
sstmac::sw::job_launch_event::appnum_
int appnum_
Definition:
job_launch_event.h:32
sstmac::sw::job_launch_event::appman
app_launch * appman() const
Definition:
job_launch_event.h:22
Generated by
1.8.11