#include <process.h>
Public Types | |
enum | { NORMAL, CXA } |
Public Attributes | |
enum ns3::AtExitHandler:: { ... } | type |
union { | |
struct { | |
void * arg | |
void * d | |
void(* fn )(void *) | |
} cxa | |
void(* normal )(void) | |
} | value |
struct { ... } ns3::AtExitHandler::cxa |
Referenced by dce___cxa_atexit(), and dce___cxa_finalize().
void(* ns3::AtExitHandler::normal)(void) |
Definition at line 107 of file process.h.
Referenced by ns3::LinuxSocketFdFactory::AtExit(), dce___cxa_finalize(), and dce_atexit().
enum { ... } ns3::AtExitHandler::type |
Referenced by ns3::LinuxSocketFdFactory::AtExit(), dce___cxa_atexit(), dce___cxa_finalize(), and dce_atexit().
union { ... } ns3::AtExitHandler::value |
Referenced by ns3::LinuxSocketFdFactory::AtExit(), dce___cxa_atexit(), dce___cxa_finalize(), and dce_atexit().