Functions | |
std::map< std::string, ns3::TypeId::AttributeInformation > | SortedAttributeInfo (const TypeId tid) |
Alphabetize the AttributeInformation for a TypeId by the Attribute name. More... | |
std::map< std::string, ns3::TypeId::TraceSourceInformation > | SortedTraceSourceInfo (const TypeId tid) |
Alphabetize the TraceSourceInformation for a TypeId by the TraceSource name. More... | |
Variables | |
bool | outputText = false |
Are we generating text or Doxygen? More... | |
std::string | anchor |
Markup tokens. More... | |
std::string | argument |
function argument More... | |
std::string | boldStart |
start of bold span More... | |
std::string | boldStop |
end of bold span More... | |
std::string | breakBoth |
linebreak More... | |
std::string | breakHtmlOnly |
linebreak for html output only More... | |
std::string | breakTextOnly |
linebreak for text output only More... | |
std::string | brief |
brief tag More... | |
std::string | classStart |
start of a class More... | |
std::string | classStop |
end of a class More... | |
std::string | codeWord |
format next word as source code More... | |
std::string | commentStart |
start of code comment More... | |
std::string | commentStop |
end of code comment More... | |
std::string | copyDoc |
copy (or refer) to docs elsewhere More... | |
std::string | file |
file More... | |
std::string | flagSpanStart |
start of Attribute flag value More... | |
std::string | flagSpanStop |
end of Attribute flag value More... | |
std::string | functionStart |
start of a method/function More... | |
std::string | functionStop |
end of a method/function More... | |
std::string | headingStart |
start of section heading (h3) More... | |
std::string | headingStop |
end of section heading (h3) More... | |
std::string | hrefStart |
start of a link More... | |
std::string | hrefMid |
middle part of a link More... | |
std::string | hrefStop |
end of a link More... | |
std::string | indentHtmlOnly |
small indent More... | |
std::string | listLineStart |
start unordered list item More... | |
std::string | listLineStop |
end unordered list item More... | |
std::string | listStart |
start unordered list More... | |
std::string | listStop |
end unordered list More... | |
std::string | note |
start a note section More... | |
std::string | page |
start a separate page More... | |
std::string | reference |
reference tag More... | |
std::string | referenceNo |
block automatic references More... | |
std::string | returns |
the return value More... | |
std::string | sectionStart |
start of a section or group More... | |
std::string | seeAlso |
Reference to other docs. More... | |
std::string | subSectionStart |
start a new subsection More... | |
std::string | templArgDeduced |
template argument deduced from function More... | |
std::string | templArgExplicit |
template argument required More... | |
std::string | templateArgument |
template argument More... | |
std::string | variable |
variable or class member More... | |
std::map<std::string, ns3::TypeId::AttributeInformation> anonymous_namespace{print-introspected-doxygen.cc}::SortedAttributeInfo | ( | const TypeId | tid | ) |
Alphabetize the AttributeInformation for a TypeId by the Attribute name.
tid | The TypeId to process. |
Definition at line 109 of file print-introspected-doxygen.cc.
References ns3::TypeId::GetAttribute(), ns3::TypeId::GetAttributeN(), and ns3::TypeId::AttributeInformation::name.
Referenced by PrintAllAttributes(), and PrintAttributesTid().
std::map<std::string, ns3::TypeId::TraceSourceInformation> anonymous_namespace{print-introspected-doxygen.cc}::SortedTraceSourceInfo | ( | const TypeId | tid | ) |
Alphabetize the TraceSourceInformation for a TypeId by the TraceSource name.
tid | The TypeId to process. |
Definition at line 127 of file print-introspected-doxygen.cc.
References ns3::TypeId::GetTraceSource(), ns3::TypeId::GetTraceSourceN(), and ns3::TypeId::TraceSourceInformation::name.
Referenced by PrintAllTraceSources(), and PrintTraceSourcesTid().
std::string anonymous_namespace{print-introspected-doxygen.cc}::anchor |
Markup tokens.
hyperlink anchor
Definition at line 58 of file print-introspected-doxygen.cc.
Referenced by SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::argument |
function argument
Definition at line 59 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeValueWithName(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::boldStart |
start of bold span
Definition at line 60 of file print-introspected-doxygen.cc.
Referenced by PrintAllAttributes(), PrintAllGlobals(), PrintAllTraceSources(), PrintAllTypeIds(), PrintAttributesTid(), PrintSize(), PrintTraceSourcesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::boldStop |
end of bold span
Definition at line 61 of file print-introspected-doxygen.cc.
Referenced by PrintAllAttributes(), PrintAllGlobals(), PrintAllTraceSources(), PrintAllTypeIds(), PrintAttributesTid(), PrintSize(), PrintTraceSourcesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::breakBoth |
linebreak
Definition at line 62 of file print-introspected-doxygen.cc.
Referenced by PrintAttributes(), PrintConfigPaths(), PrintTraceSources(), PrintTraceSourcesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::breakHtmlOnly |
linebreak for html output only
Definition at line 63 of file print-introspected-doxygen.cc.
Referenced by PrintAllAttributes(), PrintAllTraceSources(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::breakTextOnly |
linebreak for text output only
Definition at line 64 of file print-introspected-doxygen.cc.
Referenced by PrintConfigPaths(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::brief |
std::string anonymous_namespace{print-introspected-doxygen.cc}::classStart |
start of a class
Definition at line 66 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeValueWithName(), PrintMakeChecker(), PrintTypeIdBlocks(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::classStop |
end of a class
Definition at line 67 of file print-introspected-doxygen.cc.
Referenced by SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::codeWord |
format next word as source code
Definition at line 68 of file print-introspected-doxygen.cc.
Referenced by PrintAttributesTid(), PrintAttributeValueWithName(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::commentStart |
start of code comment
Definition at line 69 of file print-introspected-doxygen.cc.
Referenced by PrintAllAttributes(), PrintAllGlobals(), PrintAllLogComponents(), PrintAllTraceSources(), PrintAllTypeIds(), PrintAttributeValueSection(), PrintAttributeValueWithName(), PrintMakeAccessors(), PrintMakeChecker(), PrintTypeIdBlocks(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::commentStop |
end of code comment
Definition at line 70 of file print-introspected-doxygen.cc.
Referenced by PrintAllAttributes(), PrintAllGlobals(), PrintAllLogComponents(), PrintAllTraceSources(), PrintAllTypeIds(), PrintAttributeValueSection(), PrintAttributeValueWithName(), PrintMakeAccessors(), PrintMakeChecker(), PrintTypeIdBlocks(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::copyDoc |
copy (or refer) to docs elsewhere
Definition at line 71 of file print-introspected-doxygen.cc.
Referenced by PrintMakeAccessors(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::file |
file
Definition at line 72 of file print-introspected-doxygen.cc.
Referenced by PrintAllLogComponents(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::flagSpanStart |
start of Attribute flag value
Definition at line 73 of file print-introspected-doxygen.cc.
Referenced by PrintAttributesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::flagSpanStop |
end of Attribute flag value
Definition at line 74 of file print-introspected-doxygen.cc.
Referenced by PrintAttributesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::functionStart |
start of a method/function
Definition at line 75 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeValueWithName(), PrintMakeAccessors(), PrintMakeChecker(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::functionStop |
end of a method/function
Definition at line 76 of file print-introspected-doxygen.cc.
Referenced by SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::headingStart |
start of section heading (h3)
Definition at line 77 of file print-introspected-doxygen.cc.
Referenced by PrintAttributes(), PrintConfigPaths(), PrintTraceSources(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::headingStop |
end of section heading (h3)
Definition at line 78 of file print-introspected-doxygen.cc.
Referenced by PrintAttributes(), PrintConfigPaths(), PrintTraceSources(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::hrefMid |
middle part of a link
Definition at line 81 of file print-introspected-doxygen.cc.
Referenced by PrintAllGlobals(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::hrefStart |
start of a link
Definition at line 80 of file print-introspected-doxygen.cc.
Referenced by PrintAllGlobals(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::hrefStop |
end of a link
Definition at line 82 of file print-introspected-doxygen.cc.
Referenced by PrintAllGlobals(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::indentHtmlOnly |
small indent
Definition at line 83 of file print-introspected-doxygen.cc.
Referenced by PrintAllGlobals(), PrintAllTypeIds(), PrintAttributesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::listLineStart |
start unordered list item
Definition at line 84 of file print-introspected-doxygen.cc.
Referenced by PrintAllAttributes(), PrintAllGlobals(), PrintAllTraceSources(), PrintAllTypeIds(), PrintAttributesTid(), PrintConfigPaths(), PrintTraceSourcesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::listLineStop |
end unordered list item
Definition at line 85 of file print-introspected-doxygen.cc.
Referenced by PrintAllAttributes(), PrintAllGlobals(), PrintAllTraceSources(), PrintAllTypeIds(), PrintAttributesTid(), PrintConfigPaths(), PrintTraceSourcesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::listStart |
start unordered list
Definition at line 86 of file print-introspected-doxygen.cc.
Referenced by PrintAllAttributes(), PrintAllGlobals(), PrintAllTraceSources(), PrintAllTypeIds(), PrintAttributesTid(), PrintConfigPaths(), PrintTraceSourcesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::listStop |
end unordered list
Definition at line 87 of file print-introspected-doxygen.cc.
Referenced by PrintAllAttributes(), PrintAllGlobals(), PrintAllTraceSources(), PrintAllTypeIds(), PrintAttributesTid(), PrintConfigPaths(), PrintTraceSourcesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::note |
start a note section
Definition at line 88 of file print-introspected-doxygen.cc.
Referenced by SetMarkup().
bool anonymous_namespace{print-introspected-doxygen.cc}::outputText = false |
Are we generating text or Doxygen?
Definition at line 52 of file print-introspected-doxygen.cc.
Referenced by PrintAttributesTid(), PrintTraceSourcesTid(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::page |
start a separate page
Definition at line 89 of file print-introspected-doxygen.cc.
Referenced by ns3::ValArray< T >::Elem(), ns3::MatrixArray< T >::MultiplyByLeftAndRightMatrix(), ns3::MatrixArray< T >::operator*(), ns3::LrWpanPhy::PageSupported(), PrintAllAttributes(), PrintAllGlobals(), PrintAllLogComponents(), PrintAllTraceSources(), PrintAllTypeIds(), SetMarkup(), ns3::CommandPayloadHeader::SetPage(), and ns3::MatrixArray< T >::Transpose().
std::string anonymous_namespace{print-introspected-doxygen.cc}::reference |
reference tag
Definition at line 90 of file print-introspected-doxygen.cc.
Referenced by ns3::Ipv6Address::HasPrefix(), PrintAllAttributes(), PrintAllGlobals(), PrintAllLogComponents(), PrintAllTraceSources(), PrintAllTypeIds(), PrintAttributesTid(), ns3::MobilityHelper::PushReferenceMobilityModel(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::referenceNo |
block automatic references
Definition at line 91 of file print-introspected-doxygen.cc.
Referenced by PrintAllTypeIds(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::returns |
the return value
Definition at line 92 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeValueWithName(), PrintMakeChecker(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::sectionStart |
start of a section or group
Definition at line 93 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeValueSection(), PrintAttributeValueWithName(), PrintMakeAccessors(), PrintMakeChecker(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::seeAlso |
Reference to other docs.
Definition at line 94 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeValueSection(), PrintAttributeValueWithName(), PrintMakeAccessors(), PrintMakeChecker(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::subSectionStart |
start a new subsection
Definition at line 95 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeValueSection(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::templArgDeduced |
template argument deduced from function
Definition at line 96 of file print-introspected-doxygen.cc.
Referenced by SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::templArgExplicit |
template argument required
Definition at line 97 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeValueWithName(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::templateArgument |
template argument
Definition at line 98 of file print-introspected-doxygen.cc.
Referenced by PrintAttributeValueWithName(), and SetMarkup().
std::string anonymous_namespace{print-introspected-doxygen.cc}::variable |
variable or class member
Definition at line 99 of file print-introspected-doxygen.cc.
Referenced by ns3::SqliteDataOutput::SqliteOutputCallback::OutputSingleton(), ns3::SqliteDataOutput::SqliteOutputCallback::OutputStatistic(), PrintAttributeValueWithName(), ns3::EnvironmentVariable::Set(), SetMarkup(), and ns3::EnvironmentVariable::Unset().