SST/macro
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
sstmac::timed_interface Class Reference

#include <timed_event.h>

Inheritance diagram for sstmac::timed_interface:
Inheritance graph
Collaboration diagram for sstmac::timed_interface:
Collaboration graph

Public Member Functions

 timed_interface ()
 
 timed_interface (const timestamp &t)
 
timestamp time () const
 Time getter. More...
 
void set_time (const timestamp &t)
 Time setter. More...
 
void serialize_order (serializer &ser)
 

Protected Member Functions

void clone_into (timed_interface *cln) const
 

Protected Attributes

timestamp time_
 

Detailed Description

Definition at line 9 of file timed_event.h.

Constructor & Destructor Documentation

sstmac::timed_interface::timed_interface ( )
inline

Definition at line 13 of file timed_event.h.

sstmac::timed_interface::timed_interface ( const timestamp t)
inline

Definition at line 15 of file timed_event.h.

Member Function Documentation

void sstmac::timed_interface::clone_into ( timed_interface cln) const
inlineprotected

Definition at line 42 of file timed_event.h.

References time_.

void sstmac::timed_interface::serialize_order ( serializer ser)

Referenced by set_time().

void sstmac::timed_interface::set_time ( const timestamp t)
inline

Time setter.

Parameters
ttime value

Definition at line 33 of file timed_event.h.

References serialize_order(), and time_.

Here is the call graph for this function:

timestamp sstmac::timed_interface::time ( ) const
inline

Time getter.

Returns
time field

Definition at line 24 of file timed_event.h.

References time_.

Member Data Documentation

timestamp sstmac::timed_interface::time_
protected

Definition at line 47 of file timed_event.h.

Referenced by clone_into(), set_time(), and time().


The documentation for this class was generated from the following file: