#include "YACSlibEngineExport.hxx"#include "RefCounter.hxx"#include "Exception.hxx"#include "Any.hxx"#include <string>#include <list>

Go to the source code of this file.
Classes | |
| class | YACS::ENGINE::TypeCode | 
| Base class for all type objects.  More... | |
| class | YACS::ENGINE::TypeCodeComposed | 
| class | YACS::ENGINE::TypeCodeObjref | 
| Class for reference objects.  More... | |
| class | YACS::ENGINE::TypeCodeSeq | 
| Class for sequence objects.  More... | |
| class | YACS::ENGINE::TypeCodeArray | 
| Class for array objects.  More... | |
| class | YACS::ENGINE::TypeCodeStruct | 
| Class for struct type.  More... | |
Namespaces | |
| namespace | YACS | 
| namespace | YACS::ENGINE | 
Enumerations | |
| enum | YACS::ENGINE::DynType {  YACS::ENGINE::NONE = 0, YACS::ENGINE::Double = 1, YACS::ENGINE::Int = 2, YACS::ENGINE::String = 3, YACS::ENGINE::Bool = 4, YACS::ENGINE::Objref = 5, YACS::ENGINE::Sequence = 6, YACS::ENGINE::Array = 7, YACS::ENGINE::Struct = 8 }  |