Home Hierarchy Members Alphabetical Related Pages

script.cpp File Reference

#include <xdkwrl/script.h>
#include <xdkwrl/fieldtypes/sfbool.h>
#include <xdkwrl/fieldtypes/sfcolor.h>
#include <xdkwrl/fieldtypes/sffloat.h>
#include <xdkwrl/fieldtypes/sfimage.h>
#include <xdkwrl/fieldtypes/sfint32.h>
#include <xdkwrl/fieldtypes/sfnode.h>
#include <xdkwrl/fieldtypes/sfrotation.h>
#include <xdkwrl/fieldtypes/sfstring.h>
#include <xdkwrl/fieldtypes/sftime.h>
#include <xdkwrl/fieldtypes/sfvec2f.h>
#include <xdkwrl/fieldtypes/sfvec3f.h>
#include <xdkwrl/fieldtypes/mfcolor.h>
#include <xdkwrl/fieldtypes/mffloat.h>
#include <xdkwrl/fieldtypes/mfint32.h>
#include <xdkwrl/fieldtypes/mfnode.h>
#include <xdkwrl/fieldtypes/mfrotation.h>
#include <xdkwrl/fieldtypes/mfstring.h>
#include <xdkwrl/fieldtypes/mftime.h>
#include <xdkwrl/fieldtypes/mfvec2f.h>
#include <xdkwrl/fieldtypes/mfvec3f.h>
#include <stdexcept>

Functions

template<class T>
static const string & ithKey (const map< std::string, T > &m, unsigned int i)
template<class T>
static T * ithValue (map< std::string, T > &m, unsigned int i)
template<class T>
static const T * ithValue (const map< std::string, T > &m, unsigned int i)

Function Documentation

static const string& ithKey ( const map< std::string, T > &  m,
unsigned int  i 
) [static]

static const T* ithValue ( const map< std::string, T > &  m,
unsigned int  i 
) [static]

static T* ithValue ( map< std::string, T > &  m,
unsigned int  i 
) [static]


Generated on 5 Jan 2007 with doxygen version 1.5.1. Valid HTML 4.0! Valid CSS!