Demonstrates usage of the ns3::Length class. More...
#include "ns3/core-module.h"
#include "ns3/length.h"
#include <iostream>
Go to the source code of this file.
Functions | |
void | ArithmeticOperators () |
Demonstrates the use of ns3::Length arithmetic operators. More... | |
void | Constructors () |
Demonstrates the use of ns3::Length constructors. More... | |
void | Conversions () |
Demonstrates the use of ns3::Length conversions. More... | |
void | DivAndMod () |
Demonstrates the use of ns3::Length multiplications and divisions. More... | |
void | EqualityOperators () |
Demonstrates the use of ns3::Length equality operators. More... | |
Demonstrates usage of the ns3::Length class.
Definition in file length-example.cc.