|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | TypeContainerVisitor< VISITOR, TYPE_CONTAINER > |
Functions | |
| template<class VISITOR> | |
| void | VisitorHelper (VISITOR &, ContainerArrayList< TypeNull > &) |
| template<class VISITOR> | |
| void | VisitorHelper (VISITOR &, ContainerList< TypeNull > &) |
| template<class VISITOR> | |
| void | VisitorHelper (VISITOR &, ContainerMapList< TypeNull > &) |
| template<class VISITOR, class T> | |
| void | VisitorHelper (VISITOR &v, ContainerArrayList< T > &c) |
| template<class VISITOR, class H, class T> | |
| void | VisitorHelper (VISITOR &v, ContainerArrayList< TypeList< H, T > > &c) |
| template<class VISITOR, class T> | |
| void | VisitorHelper (VISITOR &v, ContainerList< T > &c) |
| template<class VISITOR, class H, class T> | |
| void | VisitorHelper (VISITOR &v, ContainerList< TypeList< H, T > > &c) |
| template<class VISITOR, class T> | |
| void | VisitorHelper (VISITOR &v, ContainerMapList< T > &c) |
| template<class VISITOR, class H, class T> | |
| void | VisitorHelper (VISITOR &v, ContainerMapList< TypeList< H, T > > &c) |
| template<class VISITOR, class TYPE_CONTAINER> | |
| void | VisitorHelper (VISITOR &v, TYPE_CONTAINER &c) |
| template<class VISITOR, class OBJECT_TYPES> | |
| void | VisitorHelper (VISITOR &v, TypeMapContainer< OBJECT_TYPES > &c) |
| void VisitorHelper | ( | VISITOR & | , |
| ContainerArrayList< TypeNull > & | ) |
Definition at line 63 of file TypeContainerVisitor.h.
| void VisitorHelper | ( | VISITOR & | , |
| ContainerList< TypeNull > & | ) |
Definition at line 28 of file TypeContainerVisitor.h.
| void VisitorHelper | ( | VISITOR & | , |
| ContainerMapList< TypeNull > & | ) |
Definition at line 43 of file TypeContainerVisitor.h.
| void VisitorHelper | ( | VISITOR & | v, |
| ContainerArrayList< T > & | c ) |
Definition at line 58 of file TypeContainerVisitor.h.
References ContainerArrayList< OBJECT >::_element.
| void VisitorHelper | ( | VISITOR & | v, |
| ContainerArrayList< TypeList< H, T > > & | c ) |
Definition at line 66 of file TypeContainerVisitor.h.
References VisitorHelper().
| void VisitorHelper | ( | VISITOR & | v, |
| ContainerList< T > & | c ) |
Definition at line 30 of file TypeContainerVisitor.h.
References ContainerList< OBJECT >::_element.
| void VisitorHelper | ( | VISITOR & | v, |
| ContainerList< TypeList< H, T > > & | c ) |
Definition at line 36 of file TypeContainerVisitor.h.
References VisitorHelper().
| void VisitorHelper | ( | VISITOR & | v, |
| ContainerMapList< T > & | c ) |
Definition at line 45 of file TypeContainerVisitor.h.
References ContainerMapList< OBJECT >::_element.
| void VisitorHelper | ( | VISITOR & | v, |
| ContainerMapList< TypeList< H, T > > & | c ) |
Definition at line 51 of file TypeContainerVisitor.h.
References VisitorHelper().
| void VisitorHelper | ( | VISITOR & | v, |
| TYPE_CONTAINER & | c ) |
Definition at line 22 of file TypeContainerVisitor.h.
References TypeContainerVisitor< VISITOR, TYPE_CONTAINER >::Visit().
Referenced by TypeContainerVisitor< VISITOR, TYPE_CONTAINER >::Visit(), TypeContainerVisitor< VISITOR, TYPE_CONTAINER >::Visit(), VisitorHelper(), VisitorHelper(), VisitorHelper(), and VisitorHelper().
| void VisitorHelper | ( | VISITOR & | v, |
| TypeMapContainer< OBJECT_TYPES > & | c ) |
Definition at line 73 of file TypeContainerVisitor.h.
References TypeMapContainer< OBJECT_TYPES >::GetElements(), and VisitorHelper().