Developer Documentation |
RAVL, Recognition And Vision Library |
USER | 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" |
Source file: | Ravl/Core/System/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 09:59:57 2002 |