#include <data_item.H>
Collaboration diagram for TAGformat:

Public Member Functions | |
| TAGformat (STDdstream *d, Cstr_ptr &n, int m) | |
| TAGformat (Cstr_ptr &n, int m) | |
| TAGformat () | |
| void | set_stream (STDdstream *d) |
| STDdstream & | operator * () |
| STDdstream & | read_id () |
| STDdstream & | read_end_id () |
| STDdstream & | id () |
| STDdstream & | end_id () |
| operator int () | |
| Cstr_ptr & | name () const |
Protected Attributes | |
| str_ptr | _name |
| int | _multi |
| STDdstream * | _ds |
Definition at line 45 of file data_item.H.
|
||||||||||||||||
|
Definition at line 51 of file data_item.H. |
|
||||||||||||
|
Definition at line 52 of file data_item.H. |
|
|
Definition at line 53 of file data_item.H. |
|
|
|
|
|
Definition at line 55 of file data_item.H. References _ds. |
|
|
Definition at line 72 of file data_item.H. References _ds, STDdstream::check(), and STDdstream::eof(). |
|
|
Definition at line 59 of file data_item.H. References _ds, _multi, _name, NULL_STR, and STDdstream::read_close_delim(). Referenced by TAG_meth< T >::decode(), and DATA_ITEM::decode(). |
|
|
Definition at line 56 of file data_item.H. References _ds, _multi, _name, NULL_STR, and STDdstream::read_open_delim(). Referenced by TAG_var< T, V >::decode(), TAG_val< T, V >::decode(), TAG_meth< T >::decode(), DATA_ITEM::decode(), and COMMENT::decode(). |
|
|
Definition at line 54 of file data_item.H. References _ds. Referenced by TAG_var< T, V >::decode(), TAG_val< T, V >::decode(), TAG_meth< T >::decode(), COMMENT::decode(), TAG_var< T, V >::format(), TAG_val< T, V >::format(), and TAG_meth< T >::format(). |
|
|
Definition at line 49 of file data_item.H. Referenced by end_id(), id(), operator *(), operator int(), read_end_id(), read_id(), and set_stream(). |
|
|
Definition at line 48 of file data_item.H. Referenced by end_id(), id(), read_end_id(), and read_id(). |
|
|
Definition at line 47 of file data_item.H. Referenced by end_id(), id(), name(), read_end_id(), and read_id(). |
1.4.4