A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::FatalImpl Namespace Reference

Implementation namespace for fatal error handlers. More...

Namespaces

namespace  anonymous_namespace{fatal-impl.cc}
 Unnamed namespace for fatal streams memory implementation and signal handler.
 

Functions

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

Detailed Description

Implementation namespace for fatal error handlers.