Public Member Functions | |
| IteratorAtom () | |
| IteratorAtom (const IteratorAtom &) | |
| Value * | toValue () const |
| operator Value * () | |
| void | print (FILE *=stdout) |
| char * | getString () |
| int | getSize () const |
| IteratorAtom & | operator= (const IteratorAtom &) |
| void | code (Data *, Offset *, Size *) |
| void | decode (Data, Offset *) |
| void | garbage () |
| ~IteratorAtom () | |
Public Attributes | |
| IteratorAtomType | type |
| char * | fmt_str |
| IteratorAtom * | next |
| eyedblib::int16 | i16 |
| eyedblib::int32 | i32 |
| eyedblib::int64 | i64 |
| char | c |
| double | d |
| char * | str |
| eyedbsm::Oid | oid |
| Size | size |
| Data | idr |
Definition at line 58 of file IteratorAtom.h.
1.5.3