|
WSF
|
Write a Utml object to a text stream. More...
#include <Utml.hpp>
Public Member Functions | |
| UtmlWriter () | |
| void | Write (const UtmlObject &aObject, std::ostream &aStream) |
| void | WriteRoot (const UtmlObject &aObject, std::ostream &aStream) |
| void | WriteFile (const UtmlObject &aObject, const std::string &aFileName, bool aObjectIsImplicitRoot) |
Public Attributes | |
| int | mIndent |
Write a Utml object to a text stream.
|
inline |
References mIndent.
| void UtmlWriter::Write | ( | const UtmlObject & | aObject, |
| std::ostream & | aStream ) |
References mIndent.
Referenced by WriteFile().
| void UtmlWriter::WriteFile | ( | const UtmlObject & | aObject, |
| const std::string & | aFileName, | ||
| bool | aObjectIsImplicitRoot ) |
References Write(), and WriteRoot().
| void UtmlWriter::WriteRoot | ( | const UtmlObject & | aObject, |
| std::ostream & | aStream ) |
References UtmlObject::GetObject(), UtmlObject::GetObjectCount(), and mIndent.
Referenced by WsfEventPipeInterface::AddedToSimulation(), UtmlObject::ToText(), and WriteFile().
| int UtmlWriter::mIndent |
Referenced by WsfEventPipeInterface::AddedToSimulation(), UtmlObject::ToText(), UtmlWriter(), Write(), and WriteRoot().