| Namespaces | |
| anonymous_namespace{fatal-impl.cc} | |
| Note on implementation: the singleton pattern we use here is tricky because it has to deal with: | |
| Functions | |
| void | FlushStreams (void) | 
| Flush all currently registered streams.  More... | |
| void | RegisterStream (std::ostream *stream) | 
| Register a stream to be flushed on abnormal exit.  More... | |
| void | UnregisterStream (std::ostream *stream) | 
| Unregister a stream for flushing on abnormal exit.  More... | |