#include <PXXVAttWritable.h>
Inheritance diagram for PXXVAttWritable:

Public Member Functions | |
| virtual | ~PXXVAttWritable () |
| virtual void | WriteProperties ()=0 |
| virtual void | Indent (string label="") |
| virtual void | Undent (string label="") |
| virtual void | WriteBool (const string &label, Bool8b_t b) |
| virtual void | WriteByte (const string &label, Char8b_t c) |
| virtual void | WriteShort (const string &label, Short16b_t s) |
| virtual void | WriteInt (const string &label, Int32b_t i) |
| virtual void | WriteLong (const string &label, Long64b_t l) |
| virtual void | WriteFloat (const string &label, Float32b_t f) |
| virtual void | WriteDouble (const string &label, Double64b_t d) |
Static Public Member Functions | |
| static void | SetOutputStream (ostream &ostr) |
Protected Member Functions | |
| PXXVAttWritable () | |
Static Protected Member Functions | |
| static ostream & | GetOutputStream () |
|
|
|
|
|
|
|
|
|
|
|
make an indent with label |
|
|
|
|
|
make an undent with label |
|
||||||||||||
|
write bool to current destination |
|
||||||||||||
|
write 1byte(char) to current destination |
|
||||||||||||
|
write Double to current destination |
|
||||||||||||
|
write float to current destination |
|
||||||||||||
|
write int to current destination |
|
||||||||||||
|
write long to current destination |
|
|
||||||||||||
|
write short int to current destination |