Collaboration diagram for Tag Mapper Classes:
|
Classes | |
| struct | BaseTagMapper |
| struct | StaticTagMapper |
| struct | StaticTagMapperByName |
| struct | StaticTagMapperByData |
| struct | StaticTagMapperByDataAndName |
| struct | StaticTagMapperByNode< C > |
| struct | StaticTagMapperByNodeAndName< C > |
| struct | StaticTagMapperByNodeAndData< C, T > |
| struct | StaticTagMapperByNodeAndDataAndName< C, T > |
| struct | ReadyTagMapper |
| struct | TagMapper< C > |
| struct | TagMapperByName< C > |
| struct | TagMapperByData< C, T > |
| struct | TagMapperByDataAndName< C, T > |
Functions | |
| BaseTagMapper * | CreateTagMapper (CNCBINode *node) |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(*function)(void)) |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(*function)(const string &name)) |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(*function)(void *data), void *data) |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(*function)(void *data, const string &name), void *data) |
| template<class C> | |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(*function)(C *node)) |
| template<class C> | |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(*function)(C *node, const string &name)) |
| template<class C, typename T> | |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(*function)(C *node, T data), T data) |
| template<class C, typename T> | |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(*function)(C *node, T data, const string &name), T data) |
| template<class C> | |
| BaseTagMapper * | CreateTagMapper (const C *, CNCBINode *(C::*method)(void)) |
| template<class C> | |
| BaseTagMapper * | CreateTagMapper (const C *, CNCBINode *(C::*method)(const string &name)) |
| template<class C, typename T> | |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(C::*method)(T data), T data) |
| template<class C, typename T> | |
| BaseTagMapper * | CreateTagMapper (CNCBINode *(C::*method)(T data, const string &name), T data) |
|
||||||||||||||||
|
Definition at line 323 of file nodemap.hpp. |
|
||||||||||||||||
|
Definition at line 317 of file nodemap.hpp. |
|
||||||||||||||||
|
Definition at line 310 of file nodemap.hpp. |
|
||||||||||||||||
|
Definition at line 304 of file nodemap.hpp. |
|
||||||||||||||||
|
Definition at line 297 of file nodemap.hpp. |
|
||||||||||||||||
|
Definition at line 290 of file nodemap.hpp. |
|
||||||||||
|
Definition at line 283 of file nodemap.hpp. |
|
||||||||||
|
Definition at line 277 of file nodemap.hpp. |
|
||||||||||||
|
Definition at line 270 of file nodemap.hpp. |
|
||||||||||||
|
Definition at line 263 of file nodemap.hpp. |
|
|
Definition at line 256 of file nodemap.hpp. |
|
|
Definition at line 249 of file nodemap.hpp. |
|
|
Definition at line 243 of file nodemap.hpp. Referenced by CHTMLBasicPage::AddTagMap(), CHTMLPage::Init(), and CDemoApplication::Run(). |
1.4.6
Modified on Mon Dec 07 16:24:36 2009 by modify_doxy.py rev. 173732