DetectorGraph  2.0
Public Member Functions | Public Attributes | List of all members
DetectorGraph::Lagged< T > Struct Template Reference

A templated TopicState used as the output of Lag. More...

Collaboration diagram for DetectorGraph::Lagged< T >:

Public Member Functions

 Lagged ()
 
 Lagged (const T &a)
 
- Public Member Functions inherited from DetectorGraph::TopicState
 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

data
 

Additional Inherited Members

- Public Types inherited from DetectorGraph::TopicState
enum  { kAnonymousTopicState = -1 }
 Default GetId() return value. More...
 
- Static Public Member Functions inherited from DetectorGraph::TopicState
template<class TTopic >
static TopicStateIdType GetId ()
 Convenience templated static method to retrieve the ID for a Type when an instance is not available. More...
 

Detailed Description

template<class T>
struct DetectorGraph::Lagged< T >

A templated TopicState used as the output of Lag.

Definition at line 49 of file lag.hpp.

Constructor & Destructor Documentation

◆ Lagged() [1/2]

template<class T>
DetectorGraph::Lagged< T >::Lagged ( )
inline

Definition at line 51 of file lag.hpp.

◆ Lagged() [2/2]

template<class T>
DetectorGraph::Lagged< T >::Lagged ( const T &  a)
inline

Definition at line 55 of file lag.hpp.

Member Data Documentation

◆ data

template<class T>
T DetectorGraph::Lagged< T >::data

Definition at line 59 of file lag.hpp.


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