Inferno  0.2
standard.hpp File Reference
#include <assert.h>
#include <stdio.h>
#include <vector>
#include <stack>
#include <map>
#include <set>
#include <stdarg.h>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/foreach.hpp>
Include dependency graph for standard.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AutoPush< T >
class  Map< KEY, DATA >
class  Set< KEY >
class  Traceable

Defines

#define FOREACH   BOOST_FOREACH
#define COUNTOF(array)   ( sizeof( array )/sizeof( array[0] ) )

Functions

string SSPrintf (const char *fmt,...)
void CommonTest ()

Define Documentation

#define COUNTOF (   array)    ( sizeof( array )/sizeof( array[0] ) )

Definition at line 22 of file standard.hpp.


Function Documentation

void CommonTest ( )

Definition at line 18 of file standard.cpp.

References ASSERT, and FOREACH.

Referenced by SelfTest().