FACT++  1.0
size_t Event::GetSize ( ) const
inlinevirtual

Return the size of the data.

Reimplemented from EventImp.

Definition at line 38 of file Event.h.

Referenced by AutoScheduler< T >::Transition().

38 { return fData.size(); }
std::vector< char > fData
A human readable description of the event.
Definition: Event.h:13

+ Here is the caller graph for this function: