Inheritance diagram for ns3::OutputStreamWrapper:Public Member Functions | |
| OutputStreamWrapper (std::string filename, std::ios::openmode filemode) | |
| OutputStreamWrapper (std::ostream *os) | |
| std::ostream * | GetStream (void) |
Public Member Functions inherited from ns3::SimpleRefCount< OutputStreamWrapper > | |
| SimpleRefCount (const SimpleRefCount &o) | |
| uint32_t | GetReferenceCount (void) const |
| SimpleRefCount & | operator= (const SimpleRefCount &o) |
| void | Ref (void) const |
| void | Unref (void) const |
Private Attributes | |
| bool | m_destroyable |
| std::ostream * | m_ostream |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::SimpleRefCount< OutputStreamWrapper > | |
| static void | Cleanup (void) |
Definition at line 70 of file output-stream-wrapper.h.
| std::ostream * ns3::OutputStreamWrapper::GetStream | ( | void | ) |
Return a pointer to an ostream previously set in the wrapper.
Definition at line 58 of file output-stream-wrapper.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::MobilityHelper::CourseChanged(), Ns3TcpLossTestCase::DoRun(), Ns3TcpStateTestCase::DoRun(), ns3::aodv::RoutingTable::Print(), ns3::dsdv::RoutingTable::Print(), ns3::dsdv::RoutingProtocol::PrintRoutingTable(), ns3::aodv::RoutingProtocol::PrintRoutingTable(), ns3::Ipv4StaticRouting::PrintRoutingTable(), ns3::Ipv4ListRouting::PrintRoutingTable(), ns3::Ipv4GlobalRouting::PrintRoutingTable(), ns3::Ipv6ListRouting::PrintRoutingTable(), ns3::Ipv4NixVectorRouting::PrintRoutingTable(), ns3::olsr::RoutingProtocol::PrintRoutingTable(), and ns3::Ipv6StaticRouting::PrintRoutingTable().