#include <Extensions.h>
Public Member Functions | |
Extension6 () | |
Extension6 (TUserI *pObject) | |
Extension6 (const Object &object) | |
Extension6 (const FCO &object) | |
Extension6 (const ConnectionEnd &object) | |
Extension6 (const TBON1 &object) | |
Extension6 (const TBON2 &object) | |
Extension6 (const TBON3 &object) | |
Extension6 (const TBON4 &object) | |
Extension6 (const TBON5 &object) | |
Extension6 (const TBON6 &object) | |
Extension6 (const Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > &object) | |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const Object &object) |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const FCO &object) |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const ConnectionEnd &object) |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const TBON1 &object) |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const TBON2 &object) |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const TBON3 &object) |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const TBON4 &object) |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const TBON5 &object) |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const TBON6 &object) |
Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | operator= (const Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, 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 1114 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | ) | [inline] |
Definition at line 1180 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | TUserI * | pObject | ) | [inline] |
Definition at line 1185 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const Object & | object | ) | [inline] |
Definition at line 1191 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const FCO & | object | ) | [inline] |
Definition at line 1197 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const ConnectionEnd & | object | ) | [inline] |
Definition at line 1203 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const TBON1 & | object | ) | [inline] |
Definition at line 1212 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const TBON2 & | object | ) | [inline] |
Definition at line 1218 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const TBON3 & | object | ) | [inline] |
Definition at line 1224 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const TBON4 & | object | ) | [inline] |
Definition at line 1230 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const TBON5 & | object | ) | [inline] |
Definition at line 1236 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const TBON6 & | object | ) | [inline] |
Definition at line 1242 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::Extension6 | ( | const Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | object | ) | [inline] |
Definition at line 1248 of file Extensions.h.
static void BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::addDerivedKinds | ( | const std::vector< std::string > & | _vecKinds | ) | [inline, static, protected] |
Definition at line 1166 of file Extensions.h.
static ExtensionInfo BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::castImpl | ( | ObjectType | eOType, | |
const std::string & | strKind, | |||
const std::string & | strRole | |||
) | [inline, static] |
Definition at line 1134 of file Extensions.h.
static ObjectImpl* BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::castObjectImpl | ( | ObjectImpl * | pObject | ) | [inline, static] |
Definition at line 1129 of file Extensions.h.
static ObjectImpl* BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::createImpl | ( | ) | [inline, static] |
Definition at line 1139 of file Extensions.h.
BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator bool | ( | ) | const [inline] |
Definition at line 1337 of file Extensions.h.
TUserI* BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator-> | ( | ) | const [inline] |
Definition at line 1342 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI > & | object | ) | [inline] |
Definition at line 1329 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const TBON6 & | object | ) | [inline] |
Definition at line 1321 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const TBON5 & | object | ) | [inline] |
Definition at line 1313 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const TBON4 & | object | ) | [inline] |
Definition at line 1305 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const TBON3 & | object | ) | [inline] |
Definition at line 1297 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const TBON2 & | object | ) | [inline] |
Definition at line 1289 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const TBON1 & | object | ) | [inline] |
Definition at line 1281 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const ConnectionEnd & | object | ) | [inline] |
Definition at line 1270 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const FCO & | object | ) | [inline] |
Definition at line 1262 of file Extensions.h.
Extension6<TBON1,TBON2,TBON3,TBON4,TBON5,TBON6,TUserI>& BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::operator= | ( | const Object & | object | ) | [inline] |
Definition at line 1254 of file Extensions.h.
static std::vector<std::string> BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::setKinds | ( | const std::string & | strKinds | ) | [inline, static] |
Definition at line 1144 of file Extensions.h.
const ExtensionManager BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::extensionFactory [static] |
Definition at line 1120 of file Extensions.h.
friend BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::ExtensionManager |
Definition at line 1348 of file Extensions.h.
int BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::inheritance_level [static, protected] |
Definition at line 1123 of file Extensions.h.
std::string BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::string_type [static, protected] |
Definition at line 1124 of file Extensions.h.
ObjectType BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::type [static, protected] |
Definition at line 1125 of file Extensions.h.
std::vector<std::string> BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::vecDerivedKinds [static] |
Definition at line 1121 of file Extensions.h.
std::vector<std::string> BON::Extension6< TBON1, TBON2, TBON3, TBON4, TBON5, TBON6, TUserI >::vecKinds [static] |
Definition at line 1119 of file Extensions.h.