fw4spl
fwCore::BaseObject Class Reference

Base class for all FW4SPL's classes. More...

#include <BaseObject.hpp>

+ Inheritance diagram for fwCore::BaseObject:
+ Collaboration diagram for fwCore::BaseObject:

Public Member Functions

virtual bool isA (const std::string &type) const
 

Static Public Member Functions

static bool isTypeOf (const std::string &type)
 

Demangling methods

virtual const std::string & getLeafClassname () const
 return object's classname without its namespace, i.e. BaseObject
 
virtual const std::string & getClassname () const
 return full object's classname with its namespace, i.e. fwCore::BaseObject
 
static const std::string & leafClassname ()
 return object's classname without its namespace, i.e. BaseObject
 
static const std::string & classname ()
 return object's classname without its namespace, i.e. BaseObject
 

Detailed Description

Base class for all FW4SPL's classes.

Definition at line 22 of file BaseObject.hpp.


The documentation for this class was generated from the following files: