User Documentation |
RAVL, Recognition And Vision Library |
DEVELOP | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Core - IO - Function Register - bool SaveFunctionPointer(BinOStreamC & strm,const DataT & funcPtr) |
bool SaveFunctionPointer(BinOStreamC & strm,const DataT & funcPtr) | |
Save function pointer. Register function pointer. | |
include | "Ravl/FunctionRegister.hh" |
User Level: | Normal |
Library: | RavlCore |
In Scope: | RavlN |
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");
Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 10:00:21 2002 |