| User Documentation |
| Centre for Vision, Speech & Signal Processing |
| DEVELOP | IN NAMESPACE | AMMA TREE ROOT | AMMA SEARCH | AMMA HOME |
PUBLIC
TypeNameC::TypeNameC(const type_info &,const char *)
| TypeNameC | |
| Register typename. | |
| include | "amma/TypeName.hh" |
| User Level: | Default |
| Library: | MstdIO |
| Example: | exComplx.cc |
| Section: | Basic Types.Misc |
| In Scope: | std |
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 with the definition of xyzC static TypeNameC typeNamexyzC(typeinfo(xyzC),"xyzC");
Methods:| Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001 |