DetectorGraph
2.0
|
A templated TopicState used as the output of Lag. More...
Public Member Functions | |
Lagged () | |
Lagged (const T &a) | |
![]() | |
TopicState () | |
virtual | ~TopicState () |
const char * | GetName () const |
Get type name of itself. More... | |
virtual TopicStateIdType | GetId () const |
Returns the TopicStateId for this TopicState - to be implemented. More... | |
Public Attributes | |
T | data |
Additional Inherited Members | |
![]() | |
enum | { kAnonymousTopicState = -1 } |
Default GetId() return value. More... | |
![]() | |
template<class TTopic > | |
static TopicStateIdType | GetId () |
Convenience templated static method to retrieve the ID for a Type when an instance is not available. More... | |
A templated TopicState used as the output of Lag.
|
inline |
|
inline |
T DetectorGraph::Lagged< T >::data |