fw4spl
fwServices::registry::AppInfo Class Reference
+ Inheritance diagram for fwServices::registry::AppInfo:
+ Collaboration diagram for fwServices::registry::AppInfo:

Public Types

typedef std::map< std::string, std::string > ParametersType
 

Public Member Functions

virtual bool isA (const std::string &type) const override
 
 AppInfo ()
 Constructor, do nothing.
 
virtual ~AppInfo ()
 Destructor, do nothing.
 
- Public Member Functions inherited from fwCore::BaseObject

Static Public Member Functions

static bool isTypeOf (const std::string &type)
 
- Static Public Member Functions inherited from fwCore::BaseObject
static bool isTypeOf (const std::string &type)
 
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
 

Public Attributes

std::string group
 
std::string desc
 
ParametersType parameters
 
::fwRuntime::ConfigurationElement::csptr config
 
std::string bundleId
 Bundle identifier (used to start the bundle when the appConfig is launched)
 
std::string bundleVersion
 Bundle version (used to start the bundle when the appConfig is launched)
 

Friends

template<class , class , class >
class ::fwTools::ClassFactory
 
class ::fwTools::Factory
 

Demangling methods

virtual const std::string & getLeafClassname () const override
 return object's classname without its namespace, i.e. BaseObject
 
virtual const std::string & getClassname () const override
 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

Definition at line 28 of file AppInfo.hpp.


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