A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
time.cc File Reference
#include "nstime.h"
#include "abort.h"
#include "global-value.h"
#include "enum.h"
#include "string.h"
#include "object.h"
#include "config.h"
#include "system-mutex.h"
#include "log.h"
#include <cmath>
#include <iomanip>
#include <sstream>
+ Include dependency graph for time.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

 ns3::ATTRIBUTE_VALUE_IMPLEMENT (Time)
 
Ptr< const AttributeChecker > ns3::MakeTimeChecker (const Time min, const Time max)
 Helper to make a Time checker with bounded range. More...
 
 NS_LOG_COMPONENT_DEFINE ("Time")
 
std::ostream & ns3::operator<< (std::ostream &os, const Time &time)
 
std::istream & ns3::operator>> (std::istream &is, Time &time)
 

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "Time"  )