A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::AnimationInterface::AnimXmlElement Class Reference
+ Collaboration diagram for ns3::AnimationInterface::AnimXmlElement:

Public Member Functions

 AnimXmlElement (std::string tagName)
 
void Add (AnimXmlElement e)
 
template<typename T >
void AddAttribute (std::string attribute, T value)
 
void AddLineBreak ()
 
void Close ()
 
void CloseTag ()
 
std::string GetElementString ()
 

Private Attributes

std::string m_elementString
 
std::string m_tagName
 

Detailed Description

Definition at line 540 of file animation-interface.h.

Constructor & Destructor Documentation

ns3::AnimationInterface::AnimXmlElement::AnimXmlElement ( std::string  tagName)

Definition at line 1996 of file animation-interface.cc.

References m_elementString.

Member Function Documentation

void ns3::AnimationInterface::AnimXmlElement::Add ( AnimXmlElement  e)

Definition at line 2032 of file animation-interface.cc.

References GetElementString().

Referenced by ns3::AnimationInterface::WriteXmlRp().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::AnimationInterface::AnimXmlElement::AddLineBreak ( )

Definition at line 2026 of file animation-interface.cc.

Referenced by ns3::AnimationInterface::WriteXmlRp().

+ Here is the caller graph for this function:

void ns3::AnimationInterface::AnimXmlElement::CloseTag ( )

Definition at line 2020 of file animation-interface.cc.

Referenced by ns3::AnimationInterface::WriteXmlRp().

+ Here is the caller graph for this function:

Member Data Documentation

std::string ns3::AnimationInterface::AnimXmlElement::m_elementString
private

Definition at line 553 of file animation-interface.h.

Referenced by AnimXmlElement().

std::string ns3::AnimationInterface::AnimXmlElement::m_tagName
private

Definition at line 552 of file animation-interface.h.


The documentation for this class was generated from the following files: