A Discrete-Event Network Simulator
API
fatal-impl.h File Reference

Declaration of RegisterStream(), UnregisterStream(), and FlushStreams(). More...

#include <ostream>
+ Include dependency graph for fatal-impl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 
 ns3::FatalImpl
 Implementation namespace for fatal error handlers.
 

Functions

void ns3::FatalImpl::FlushStreams (void)
 Flush all currently registered streams. More...
 
void ns3::FatalImpl::RegisterStream (std::ostream *stream)
 Register a stream to be flushed on abnormal exit. More...
 
void ns3::FatalImpl::UnregisterStream (std::ostream *stream)
 Unregister a stream for flushing on abnormal exit. More...
 

Detailed Description

Declaration of RegisterStream(), UnregisterStream(), and FlushStreams().

Definition in file fatal-impl.h.