A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
file-config.cc
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2009 INRIA
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Author: Mathieu Lacage <mathieu.lacage@cutebugs.net>
7
*/
8
9
#include "
file-config.h
"
10
11
namespace
ns3
12
{
13
14
FileConfig::~FileConfig
()
15
{
16
}
17
18
NoneFileConfig::NoneFileConfig
()
19
{
20
}
21
22
NoneFileConfig::~NoneFileConfig
()
23
{
24
}
25
26
void
27
NoneFileConfig::SetFilename
(std::string filename)
28
{
29
}
30
31
void
32
NoneFileConfig::Default
()
33
{
34
}
35
36
void
37
NoneFileConfig::Global
()
38
{
39
}
40
41
void
42
NoneFileConfig::Attributes
()
43
{
44
}
45
46
}
// namespace ns3
ns3::FileConfig::~FileConfig
virtual ~FileConfig()
Definition
file-config.cc:14
ns3::NoneFileConfig::Default
void Default() override
Load or save the default values.
Definition
file-config.cc:32
ns3::NoneFileConfig::Global
void Global() override
Load or save the global values.
Definition
file-config.cc:37
ns3::NoneFileConfig::SetFilename
void SetFilename(std::string filename) override
Set the file name.
Definition
file-config.cc:27
ns3::NoneFileConfig::Attributes
void Attributes() override
Load or save the attributes values.
Definition
file-config.cc:42
ns3::NoneFileConfig::~NoneFileConfig
~NoneFileConfig() override
Definition
file-config.cc:22
ns3::NoneFileConfig::NoneFileConfig
NoneFileConfig()
Definition
file-config.cc:18
file-config.h
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
config-store
model
file-config.cc
Generated on Fri Nov 8 2024 13:58:59 for ns-3 by
1.11.0