OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Usage: typedef TMapNode<string,string> TStringMapNode; typedef TSortedObjectArray< TStringMapNode > TStringMap; typedef TSortedObjectArray< TStringMapNode >::Iterator TStringMapIterator;. 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 |
Usage: typedef TMapNode<string,string> TStringMapNode; typedef TSortedObjectArray< TStringMapNode > TStringMap; typedef TSortedObjectArray< TStringMapNode >::Iterator TStringMapIterator;.
Definition at line 568 of file template.h.
|
inline |
Definition at line 570 of file template.h.
|
inline |
Definition at line 571 of file template.h.
|
inline |
Definition at line 572 of file template.h.
|
inline |
Definition at line 573 of file template.h.
|
inline |
Definition at line 574 of file template.h.
|
inline |
Definition at line 576 of file template.h.
References owl::TMapNode< T1, T2 >::Name.
|
inline |
Definition at line 578 of file template.h.
References owl::TMapNode< T1, T2 >::Name, and owl::TMapNode< T1, T2 >::Value.
|
inline |
Definition at line 577 of file template.h.
References owl::TMapNode< T1, T2 >::Name.
T1 owl::TMapNode< T1, T2 >::Name |
Definition at line 585 of file template.h.
T2 owl::TMapNode< T1, T2 >::Value |
Definition at line 586 of file template.h.