#include <TypeCollection.h>

Definition at line 90 of file TypeCollection.h.
Public Member Functions | |
| virtual SerializableObject * | new_object ()=0 |
| virtual const char * | name () const =0 |
| virtual | ~TypeCollectionHelper () |
| virtual oasys::TypeCollectionHelper::~TypeCollectionHelper | ( | ) | [inline, virtual] |
Definition at line 94 of file TypeCollection.h.
| virtual SerializableObject* oasys::TypeCollectionHelper::new_object | ( | ) | [pure virtual] |
Implemented in oasys::TypeCollectionDispatch< _Collection, _Class >.
| virtual const char* oasys::TypeCollectionHelper::name | ( | ) | const [pure virtual] |
Implemented in oasys::TypeCollectionDispatch< _Collection, _Class >.
1.5.3