Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
builtins.idl
Go to the documentation of this file.
00001  // Licensed GNU LGPL v3 or later: http://www.gnu.org/licenses/lgpl.html
00007 namespace Aida {
00008   namespace __system_typedefs__ {
00009     // special namespace, containing definitions for the builtin TypeMap
00010     typedef bool        __builtin__bool;
00011     typedef int32       __builtin__int32;
00012     typedef int64       __builtin__int64;
00013     typedef float64     __builtin__float64;
00014     typedef String      __builtin__String;
00015     typedef Any         __builtin__Any;
00016   } // __system_typedefs__
00017   sequence DynamicSequence { Any any; };
00018   record   DynamicRecord   { Any __builtin__deleteme__; };
00019   enum     DynamicEnum     { __builtin__deleteme__ };
00020 } // Aida
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines