A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
main-callback.cc File Reference
#include "ns3/callback.h"
#include "ns3/assert.h"
#include <iostream>
+ Include dependency graph for main-callback.cc:

Go to the source code of this file.

Classes

class  MyCb
 

Functions

static double CbOne (double a, double b)
 
int main (int argc, char *argv[])
 

Function Documentation

static double CbOne ( double  a,
double  b 
)
static

Definition at line 9 of file main-callback.cc.

Referenced by main().

+ Here is the caller graph for this function:

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