|
Bitstream Interpretation Library (BIL)
0.1
|
This is the complete list of members for bil::XMLWriter, including all inherited members.
| addAttribute(const std::string &name, const std::string &value) | bil::XMLWriter | |
| addAttribute(const std::string &name, unsigned value) | bil::XMLWriter | |
| addData(const std::string &data, bool newLine=true) | bil::XMLWriter | |
| addProcessingInstruction(const std::string &target, const std::string &instruction, bool newLine=true) | bil::XMLWriter | |
| beginElement(const std::string &name, bool newLine=true) | bil::XMLWriter | |
| depth() const | bil::XMLWriter | |
| element() const | bil::XMLWriter | |
| endElement(bool newLine=true) | bil::XMLWriter | |
| XMLWriter(std::ostream &os, size_t baseIndent=0, size_t levelIndent=2) | bil::XMLWriter | explicit |
1.8.1.1