misc.cc File Reference

#include <stdlib.h>
#include <math.h>
#include <sys/time.h>
#include <ctype.h>
#include "config.h"
#include "scheduler.h"
#include "random.h"

Include dependency graph for misc.cc:

Go to the source code of this file.

Data Structures

class  HasInt64Command
class  HasSTLCommand
class  RandomCommand
class  TimeAtofCommand
class  VersionCommand

Functions

void init_misc (void)

Variables

static const char rcsid []
char version_string []


Function Documentation

void init_misc void   ) 
 

Definition at line 228 of file misc.cc.

Referenced by Tcl_AppInit().

00229 {
00230     (void)new VersionCommand;
00231     (void)new RandomCommand;
00232     (void)new TimeAtofCommand;
00233     (void)new HasInt64Command;
00234     (void)new HasSTLCommand;
00235 #if defined(HAVE_INT64)
00236     (void)new Add64Command;
00237     (void)new Mult64Command;
00238     (void)new Int64ToDoubleCommand;
00239 #endif
00240 }


Variable Documentation

const char rcsid[] [static]
 

Initial value:

    "@(#) $Header: /nfs/jade/vint/CVSROOT/ns-2/common/misc.cc,v 1.14 2002/06/04 23:25:19 haldar Exp $ (LBL)"

Definition at line 38 of file misc.cc.

char version_string[]
 

Definition at line 163 of file misc.cc.


Generated on Tue Mar 6 16:54:57 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6