A Discrete-Event Network Simulator
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
11namespace ns3
12{
13
17
21
25
26void
27NoneFileConfig::SetFilename(std::string filename)
28{
29}
30
31void
35
36void
40
41void
45
46} // namespace ns3
virtual ~FileConfig()
void Default() override
Load or save the default values.
void Global() override
Load or save the global values.
void SetFilename(std::string filename) override
Set the file name.
void Attributes() override
Load or save the attributes values.
~NoneFileConfig() override
Every class exported by the ns3 library is enclosed in the ns3 namespace.