|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Map node. More...
#include <owl/template.h>
Public Member Functions | |
| TMapNode (T1 &name, T2 &val) | |
| TMapNode (T1 &name) | |
| TMapNode (const TMapNode< T1, T2 > &node) | |
| TMapNode () | |
| ~TMapNode () | |
| bool | operator< (const TMapNode &ms) const |
| bool | operator== (const TMapNode &ms) const |
| TMapNode & | operator= (const TMapNode &other) |
Public Attributes | |
| T1 | Name |
| T2 | Value |
Map node.
Usage: typedef TMapNode<string,string> TStringMapNode; typedef TSortedObjectArray<TStringMapNode> TStringMap; typedef TSortedObjectArray<TStringMapNode>::Iterator TStringMapIterator;
Definition at line 631 of file template.h.
|
inline |
Definition at line 635 of file template.h.
|
inline |
Definition at line 636 of file template.h.
|
inline |
Definition at line 637 of file template.h.
|
inline |
Definition at line 638 of file template.h.
|
inline |
Definition at line 639 of file template.h.
|
inline |
Definition at line 641 of file template.h.
References owl::TMapNode< T1, T2 >::Name.
|
inline |
Definition at line 643 of file template.h.
References owl::TMapNode< T1, T2 >::Name, and owl::TMapNode< T1, T2 >::Value.
|
inline |
Definition at line 642 of file template.h.
References owl::TMapNode< T1, T2 >::Name.
| T1 owl::TMapNode< T1, T2 >::Name |
Definition at line 650 of file template.h.
| T2 owl::TMapNode< T1, T2 >::Value |
Definition at line 651 of file template.h.