#include <Extensions.h>
Public Member Functions | |
ExtensionA5 () | |
ExtensionA5 (TUserI *pObject) | |
ExtensionA5 (const Object &object) | |
ExtensionA5 (const FCO &object) | |
ExtensionA5 (const ConnectionEnd &object) | |
ExtensionA5 (const TBON1 &object) | |
ExtensionA5 (const TBON2 &object) | |
ExtensionA5 (const TBON3 &object) | |
ExtensionA5 (const TBON4 &object) | |
ExtensionA5 (const TBON5 &object) | |
ExtensionA5 (const ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > &object) | |
ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | operator= (const Object &object) |
ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | operator= (const FCO &object) |
ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | operator= (const ConnectionEnd &object) |
ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | operator= (const TBON1 &object) |
ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | operator= (const TBON2 &object) |
ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | operator= (const TBON3 &object) |
ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | operator= (const TBON4 &object) |
ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | operator= (const TBON5 &object) |
ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | operator= (const ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > &object) |
operator bool () const | |
TUserI * | operator-> () const |
Static Public Member Functions | |
static ObjectImpl * | castObjectImpl (ObjectImpl *pObject) |
static ExtensionInfo | castImpl (ObjectType eOType, const std::string &strKind, const std::string &strRole) |
static ObjectImpl * | createImpl () |
static std::vector< std::string > | setKinds (const std::string &strKinds) |
Public Attributes | |
friend | ExtensionManager |
Static Public Attributes | |
static std::vector< std::string > | vecKinds |
static const ExtensionManager | extensionFactory |
static std::vector< std::string > | vecDerivedKinds |
Static Protected Member Functions | |
static void | addDerivedKinds (const std::vector< std::string > &_vecKinds) |
Static Protected Attributes | |
static int | inheritance_level |
static std::string | string_type |
static ObjectType | type |
Definition at line 2074 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | ) | [inline] |
Definition at line 2138 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | TUserI * | pObject | ) | [inline] |
Definition at line 2143 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | const Object & | object | ) | [inline] |
Definition at line 2149 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | const FCO & | object | ) | [inline] |
Definition at line 2155 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | const ConnectionEnd & | object | ) | [inline] |
Definition at line 2161 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | const TBON1 & | object | ) | [inline] |
Definition at line 2170 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | const TBON2 & | object | ) | [inline] |
Definition at line 2176 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | const TBON3 & | object | ) | [inline] |
Definition at line 2182 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | const TBON4 & | object | ) | [inline] |
Definition at line 2188 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | const TBON5 & | object | ) | [inline] |
Definition at line 2194 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionA5 | ( | const ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | object | ) | [inline] |
Definition at line 2200 of file Extensions.h.
static void BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::addDerivedKinds | ( | const std::vector< std::string > & | _vecKinds | ) | [inline, static, protected] |
Definition at line 2125 of file Extensions.h.
static ExtensionInfo BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::castImpl | ( | ObjectType | eOType, | |
const std::string & | strKind, | |||
const std::string & | strRole | |||
) | [inline, static] |
Definition at line 2094 of file Extensions.h.
static ObjectImpl* BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::castObjectImpl | ( | ObjectImpl * | pObject | ) | [inline, static] |
Definition at line 2089 of file Extensions.h.
static ObjectImpl* BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::createImpl | ( | ) | [inline, static] |
Definition at line 2099 of file Extensions.h.
BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator bool | ( | ) | const [inline] |
Definition at line 2281 of file Extensions.h.
TUserI* BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator-> | ( | ) | const [inline] |
Definition at line 2286 of file Extensions.h.
ExtensionA5<TBON1,TBON2,TBON3,TBON4,TBON5,TUserI>& BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator= | ( | const ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI > & | object | ) | [inline] |
Definition at line 2273 of file Extensions.h.
ExtensionA5<TBON1,TBON2,TBON3,TBON4,TBON5,TUserI>& BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator= | ( | const TBON5 & | object | ) | [inline] |
Definition at line 2265 of file Extensions.h.
ExtensionA5<TBON1,TBON2,TBON3,TBON4,TBON5,TUserI>& BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator= | ( | const TBON4 & | object | ) | [inline] |
Definition at line 2257 of file Extensions.h.
ExtensionA5<TBON1,TBON2,TBON3,TBON4,TBON5,TUserI>& BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator= | ( | const TBON3 & | object | ) | [inline] |
Definition at line 2249 of file Extensions.h.
ExtensionA5<TBON1,TBON2,TBON3,TBON4,TBON5,TUserI>& BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator= | ( | const TBON2 & | object | ) | [inline] |
Definition at line 2241 of file Extensions.h.
ExtensionA5<TBON1,TBON2,TBON3,TBON4,TBON5,TUserI>& BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator= | ( | const TBON1 & | object | ) | [inline] |
Definition at line 2233 of file Extensions.h.
ExtensionA5<TBON1,TBON2,TBON3,TBON4,TBON5,TUserI>& BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator= | ( | const ConnectionEnd & | object | ) | [inline] |
Definition at line 2222 of file Extensions.h.
ExtensionA5<TBON1,TBON2,TBON3,TBON4,TBON5,TUserI>& BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator= | ( | const FCO & | object | ) | [inline] |
Definition at line 2214 of file Extensions.h.
ExtensionA5<TBON1,TBON2,TBON3,TBON4,TBON5,TUserI>& BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::operator= | ( | const Object & | object | ) | [inline] |
Definition at line 2206 of file Extensions.h.
static std::vector<std::string> BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::setKinds | ( | const std::string & | strKinds | ) | [inline, static] |
Definition at line 2105 of file Extensions.h.
const ExtensionManager BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::extensionFactory [static] |
Definition at line 2080 of file Extensions.h.
friend BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::ExtensionManager |
Definition at line 2292 of file Extensions.h.
int BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::inheritance_level [static, protected] |
Definition at line 2083 of file Extensions.h.
std::string BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::string_type [static, protected] |
Definition at line 2084 of file Extensions.h.
ObjectType BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::type [static, protected] |
Definition at line 2085 of file Extensions.h.
std::vector<std::string> BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::vecDerivedKinds [static] |
Definition at line 2081 of file Extensions.h.
std::vector<std::string> BON::ExtensionA5< TBON1, TBON2, TBON3, TBON4, TBON5, TUserI >::vecKinds [static] |
Definition at line 2079 of file Extensions.h.