dynamic::types Namespace Reference

Contains implementations of all variable types. More...


Classes

class  bool_impl
 Implements a boolean. More...
class  dispatcher_impl
 Implements a dispatcher container, returned by the dispatcher() function. More...
class  double_impl
 Implements a double. More...
class  generic_function_impl
 Implementation of functions. More...
class  function_impl< f0 >
 Implements a function. More...
class  function_impl< vf0 >
 Implements a function. More...
class  function_impl< f1 >
 Implements a function. More...
class  function_impl< vf1 >
 Implements a function. More...
class  function_impl< f2 >
 Implements a function. More...
class  function_impl< vf2 >
 Implements a function. More...
class  function_impl< f3 >
 Implements a function. More...
class  function_impl< vf3 >
 Implements a function. More...
class  function_impl< f4 >
 Implements a function. More...
class  function_impl< vf4 >
 Implements a function. More...
class  function_impl< f5 >
 Implements a function. More...
class  function_impl< vf5 >
 Implements a function. More...
class  function_impl< f6 >
 Implements a function. More...
class  function_impl< vf6 >
 Implements a function. More...
class  function_impl< f7 >
 Implements a function. More...
class  function_impl< vf7 >
 Implements a function. More...
class  function_impl< f8 >
 Implements a function. More...
class  function_impl< vf8 >
 Implements a function. More...
class  function_impl< f9 >
 Implements a function. More...
class  function_impl< vf9 >
 Implements a function. More...
class  function_impl< f10 >
 Implements a function. More...
class  function_impl< vf10 >
 Implements a function. More...
class  bind_impl
 Implements bind/method to bind a number of arguments to a functor. More...
class  varargs_impl
 Implements the varargs() object. More...
class  int_impl
 Implements an integer variable. More...
class  reverse_impl
 Implements a reverse container, obtained by the reverse() function. More...
class  filter_impl
 Implements a filter container, returned by the filter() function. More...
class  transform_impl
 Implements a transformation container, returned by transform(). More...
class  tail_impl
 Implements a tail container, returned by the tail() function. More...
class  enumerate_enumerator
 Implements a enumeration enumerator. More...
class  enumerate_impl
 Implements an enumeration container, returned by the enumerate() function. More...
class  null_impl
 Implements the null variable. More...
class  object_impl
 Implements an object variable. More...
class  proxy_impl
 Implements a proxy - which is a controlled way of accessing a var in another apartment. More...
class  iterator
 A range iterator. More...
class  range_impl
 Implements a range variable. More...
class  set_impl
 Implements a set variable. More...
class  string_impl
 Implements a string variable. More...
class  shared_var_proxy
 Implements a proxy to a shared variable. More...

Typedefs

typedef
dynamic::internal::wrap_vector_container
< array_traits > 
array_impl
 Implements an array variable.
typedef
dynamic::internal::wrap_list_container
< list_traits > 
list_impl
 Implements a list variable.
typedef
dynamic::internal::wrap_assoc_container
< map_traits > 
map_impl
 Implements a map variable.
typedef shared_var_proxy
< gc::root_ref
< shared_var_impl > > 
root_shared_var
 A root pointer to an object.


Detailed Description

Contains implementations of all variable types.


Typedef Documentation

A root pointer to an object.

This ensures that the object is not destroyed by the garbage collector by adding to its dynamic::gc::gc_object::root_ref_count.

Definition at line 165 of file var.cpp.


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