User Documentation |
RAVL, Recognition And Vision Library |
TypeNameC
|
|
Register typename.
|
|
include | "Ravl/TypeName.hh" |
Created: | 23/10/1998 |
User Level: | Normal |
Library: | RavlCore |
In Scope: | RavlN |
Comments:
Class to make it easy to register typename. Use as global
variables.
e.g. for class xyzC declare the following as global
in a .cc file preferably in the same file as the definition of XyzC
static TypeNameC typeNameXyz(typeinfo(XyzC),"XyzC");
Methods:
- TypeNameC(const type_info & info,const char * newname)
-
Constructor.
- TypeNameC(const type_info & info,const char * newname,const type_info & bodyType)
-
Constructor.
Maintainer:Charles Galambos, Created: 23/10/1998, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002
|