#include <Xsil.hh>

Public Member Functions | |
| xsil_base (const char *name=0, int level=0) | |
| Costructor with name and indent level. | |
| xsil_base (const char *name, const char *unit, int level=0) | |
| Costructor with name, unit and indent level. | |
| void | SetUnit (const char *unit) |
| Set unit. | |
| void | SetComment (const char *comment) |
| Set comment. | |
| std::ostream & | write (std::ostream &os) const |
| Write base attributes to output stream. | |
Protected Attributes | |
| const char * | fName |
| Pointer to name. | |
| const char * | fUnit |
| Pointer to unit. | |
| const char * | fComment |
| Pointer to comment. | |
| int | fLevel |
| Indent level. | |
brief Xsil base attributes manipulator.
1.5.4