Public Member Functions | |
HistoryTrailerBase () | |
bool | IsOk (void) const |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::Trailer. | |
Protected Member Functions | |
void | ReportError (void) |
Private Attributes | |
bool | m_ok |
Definition at line 141 of file packet-metadata-test.cc.
anonymous_namespace{packet-metadata-test.cc}::HistoryTrailerBase::HistoryTrailerBase | ( | ) |
Definition at line 161 of file packet-metadata-test.cc.
TypeId anonymous_namespace{packet-metadata-test.cc}::HistoryTrailerBase::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::Trailer.
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Trailer.
Reimplemented in anonymous_namespace{packet-metadata-test.cc}::HistoryTrailer< N >.
Definition at line 154 of file packet-metadata-test.cc.
References ns3::TypeId::SetParent().
bool anonymous_namespace{packet-metadata-test.cc}::HistoryTrailerBase::IsOk | ( | void | ) | const |
Reimplemented in anonymous_namespace{packet-metadata-test.cc}::HistoryTrailer< N >.
Definition at line 165 of file packet-metadata-test.cc.
References m_ok.
void anonymous_namespace{packet-metadata-test.cc}::HistoryTrailerBase::ReportError | ( | void | ) | [protected] |
Definition at line 170 of file packet-metadata-test.cc.
References m_ok.
Referenced by anonymous_namespace{packet-metadata-test.cc}::HistoryTrailer< N >::Deserialize().
bool anonymous_namespace{packet-metadata-test.cc}::HistoryTrailerBase::m_ok [private] |
Reimplemented in anonymous_namespace{packet-metadata-test.cc}::HistoryTrailer< N >.
Definition at line 150 of file packet-metadata-test.cc.
Referenced by IsOk(), and ReportError().