#include <Xsil.hh>

Public Member Functions | |
| xsilDataBegin (const char *name, const char *type, int level=1) | |
| Constructor with name, type and indent level. | |
| xsilDataBegin (const char *name, const char *type, const char *flag, int level=1) | |
| Constructor with name, type and indent level. | |
| std::ostream & | write (std::ostream &os) const |
| Write data object head. | |
Protected Attributes | |
| const char * | fType |
| Object type pointer. | |
| const char * | fFlag |
| Object flag pointer. | |
brief Xsil data begin manipulator.
1.5.4