ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
loader-factory.cc
Go to the documentation of this file.
1 #include "loader-factory.h"
2 
3 namespace ns3 {
4 
6 {
7 }
8 
10 {
11 }
13 {
14 }
15 
16 TypeId
18 {
19  static TypeId tid = TypeId ("ns3::LoaderFactory")
20  .SetParent<Object> ();
21  return tid;
22 }
24 {
25 }
26 
27 } // namespace ns3