Types


Classes

class  dynamic::types::bool_impl< b >
 Implements a boolean. More...
class  dynamic::types::dispatcher_impl
 Implements a dispatcher container, returned by the dispatcher() function. More...
class  dynamic::types::double_impl
 Implements a double. More...
class  dynamic::var_impl
 This is the interface which all objects implement. More...
class  dynamic::types::generic_function_impl< Derived, CmpIndex >
 Implementation of functions. More...
class  dynamic::types::function_impl< f0 >
 Implements a function. More...
class  dynamic::types::function_impl< vf0 >
 Implements a function. More...
class  dynamic::types::function_impl< f1 >
 Implements a function. More...
class  dynamic::types::function_impl< vf1 >
 Implements a function. More...
class  dynamic::types::function_impl< f2 >
 Implements a function. More...
class  dynamic::types::function_impl< vf2 >
 Implements a function. More...
class  dynamic::types::function_impl< f3 >
 Implements a function. More...
class  dynamic::types::function_impl< vf3 >
 Implements a function. More...
class  dynamic::types::function_impl< f4 >
 Implements a function. More...
class  dynamic::types::function_impl< vf4 >
 Implements a function. More...
class  dynamic::types::function_impl< f5 >
 Implements a function. More...
class  dynamic::types::function_impl< vf5 >
 Implements a function. More...
class  dynamic::types::function_impl< f6 >
 Implements a function. More...
class  dynamic::types::function_impl< vf6 >
 Implements a function. More...
class  dynamic::types::function_impl< f7 >
 Implements a function. More...
class  dynamic::types::function_impl< vf7 >
 Implements a function. More...
class  dynamic::types::function_impl< f8 >
 Implements a function. More...
class  dynamic::types::function_impl< vf8 >
 Implements a function. More...
class  dynamic::types::function_impl< f9 >
 Implements a function. More...
class  dynamic::types::function_impl< vf9 >
 Implements a function. More...
class  dynamic::types::function_impl< f10 >
 Implements a function. More...
class  dynamic::types::function_impl< vf10 >
 Implements a function. More...
class  dynamic::types::bind_impl< Args >
 Implements bind/method to bind a number of arguments to a functor. More...
class  dynamic::types::varargs_impl
 Implements the varargs() object. More...
class  dynamic::types::int_impl< Ch >
 Implements an integer variable. More...
class  dynamic::types::null_impl
 Implements the null variable. More...
class  dynamic::types::object_impl
 Implements an object variable. More...
class  dynamic::types::proxy_impl
 Implements a proxy - which is a controlled way of accessing a var in another apartment. More...
class  dynamic::types::string_impl< Impl >
 Implements a string variable. More...
class  dynamic::types::shared_var_proxy< Pointer >
 Implements a proxy to a shared variable. More...
class  dynamic::internal::wrap_cpp_container< Impl >
 Implements a C++ container to a variable. More...
class  dynamic::internal::wrap_assoc_container< Impl >
 Implements an associative container. More...
class  dynamic::internal::wrap_array_container< Impl >
 Implements an array-style variable. More...
class  dynamic::internal::wrap_vector_container< Impl >
 Implements a vector variable. More...
class  dynamic::internal::wrap_list_container< Impl >
 Implements a list variable. More...

Typedefs

typedef
dynamic::internal::wrap_vector_container
< array_traits > 
dynamic::types::array_impl
 Implements an array variable.
typedef
dynamic::internal::wrap_list_container
< list_traits > 
dynamic::types::list_impl
 Implements a list variable.
typedef
dynamic::internal::wrap_assoc_container
< map_traits > 
dynamic::types::map_impl
 Implements a map variable.

Detailed Description

These classes implement the different type of object stored by a var.

Typedef Documentation

Implements an array variable.

Definition at line 97 of file array.cpp.

Implements a list variable.

Definition at line 92 of file list.cpp.

Implements a map variable.

Definition at line 78 of file map.cpp.


Generated on Thu Dec 18 22:14:18 2008 for C++Script by  doxygen 1.5.7.1