A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
empty.h
Go to the documentation of this file.
1 #ifndef EMPTY_H
2 #define EMPTY_H
3 
4 namespace ns3 {
8 class empty {};
9 }
10 
11 #endif /* EMPTY_H */
make Callback use a separate empty type
Definition: empty.h:8