PikaScript
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NPikaThe PikaScript namespace
 Cbound_mem_fun_tBound_mem_fun_t is a member functor bound to a specific C++ object through a pointer
 CDumbWe use this dummy class to specialize member functions for arbitrary types (including void, references etc)
 CExceptionThe PikaScript exception class
 CQuickVars
 CScriptScript is a meta-class that groups all the core classes of the PikaScript interpreter together (except for the value class)
 CBinaryFunctorSee UnaryFunctor for documentation
 CFrameThe execution context and interpreter for PikaScript
 CFullRootFullRoot inherits from both Root and Config::Globals (which should be a descendant to Variable)
 Clib
 CNativeNative is the base class for the native functions and objects that can be accessed from PikaScript
 CRootThe Root is the first Frame you instantiate
 CSTLVariablesSTLVariables is the reference implementation of a variable space
 CUnaryFunctorWe provide two Native template classes for bridging PikaScript calls to C++ "functors"
 CVariablesVariables is an abstract base class which implements the interface to the variable space that a Frame works on
 CStdConfigStdConfig is a configuration class for Script that uses the reference implementations of STLValue and Script::STLVariables
 CSTLValueSTLValue is the reference implementation of a PikaScript variable
 NQStrings
 CQString
 C_iterator
 CBuffer