A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
file-config.cc
Go to the documentation of this file.
1
#include "
file-config.h
"
2
3
namespace
ns3
{
4
5
FileConfig::~FileConfig
()
6
{
7
}
8
9
NoneFileConfig::NoneFileConfig
()
10
{
11
}
12
NoneFileConfig::~NoneFileConfig
()
13
{
14
}
15
void
16
NoneFileConfig::SetFilename
(std::string filename)
17
{}
18
void
19
NoneFileConfig::Default
(
void
)
20
{}
21
void
22
NoneFileConfig::Global
(
void
)
23
{}
24
void
25
NoneFileConfig::Attributes
(
void
)
26
{}
27
28
}
// namespace ns3
ns3::NoneFileConfig::Attributes
virtual void Attributes(void)
Definition:
file-config.cc:25
file-config.h
ns3::FileConfig::~FileConfig
virtual ~FileConfig()
Definition:
file-config.cc:5
ns3::NoneFileConfig::~NoneFileConfig
virtual ~NoneFileConfig()
Definition:
file-config.cc:12
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::NoneFileConfig::Global
virtual void Global(void)
Definition:
file-config.cc:22
ns3::NoneFileConfig::SetFilename
virtual void SetFilename(std::string filename)
Definition:
file-config.cc:16
ns3::NoneFileConfig::NoneFileConfig
NoneFileConfig()
Definition:
file-config.cc:9
ns3::NoneFileConfig::Default
virtual void Default(void)
Definition:
file-config.cc:19
src
config-store
model
file-config.cc
Generated on Thu Aug 13 2015 14:27:49 for ns-3 by
1.8.9.1