Template Class EventData::ClassDef

Nested Relationships

This class is a nested type of Class EventData.

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class ClassDef : public gpa::runtime::EventData::Class

This template class makes it possible to create instances of a class described by a metaclass.

Public Functions

inline ClassDef(utility::UUID const &eventId, const char *name)
inline virtual EventData *Create() const

See also

Class::Create()