A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fourth.cc File Reference
#include "ns3/object.h"
#include "ns3/uinteger.h"
#include "ns3/traced-value.h"
#include "ns3/trace-source-accessor.h"
#include <iostream>
+ Include dependency graph for fourth.cc:

Go to the source code of this file.

Classes

class  MyObject
 

Functions

void IntTrace (int32_t oldValue, int32_t newValue)
 
int main (int argc, char *argv[])
 

Function Documentation

void IntTrace ( int32_t  oldValue,
int32_t  newValue 
)

Definition at line 46 of file fourth.cc.

Referenced by main().

+ Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 52 of file fourth.cc.

References IntTrace(), MyObject::m_myInt, ns3::MakeCallback(), and ns3::ObjectBase::TraceConnectWithoutContext().

+ Here is the call graph for this function: