ns3::GnuplotDataset Class Reference
Abstract class to store a plot line to be used by ns3::Gnuplot.
More...
#include <gnuplot.h>
List of all members.
Detailed Description
Abstract class to store a plot line to be used by ns3::Gnuplot.
This class contains a reference counted data object in m_data. The data object contains different structs derived from struct Data by subclasses.
Constructor & Destructor Documentation
ns3::GnuplotDataset::GnuplotDataset |
( |
const GnuplotDataset & |
original |
) |
|
Reference-counting copy constructor.
ns3::GnuplotDataset::~GnuplotDataset |
( |
|
) |
|
Reference-counting destructor.
ns3::GnuplotDataset::GnuplotDataset |
( |
struct Data * |
data |
) |
[protected] |
Called by constructors of derived classes.
- Parameters:
-
| data | the reference counted data object representing this dataset. |
Member Function Documentation
Reference-counting assignment operator.
static void ns3::GnuplotDataset::SetDefaultExtra |
( |
const std::string & |
extra |
) |
[static] |
Change extra formatting style parameters for newly created objects.
- Parameters:
-
void ns3::GnuplotDataset::SetExtra |
( |
const std::string & |
extra |
) |
|
Add extra formatting parameters to this dataset.
- Parameters:
-
void ns3::GnuplotDataset::SetTitle |
( |
const std::string & |
title |
) |
|
Change line title.
- Parameters:
-
| title | the new title string to use for this dataset. |
Friends And Related Function Documentation
Friend because it accesses m_data and it's virtual functions directly in GenerateOutput().
Member Data Documentation
Reference counted data object.
The documentation for this class was generated from the following file: