4#include <system/type_info.h>
5#include <system/type_code.h>
6#include <system/string.h>
7#include <system/shared_ptr.h>
8#include <system/object.h>
9#include <system/decimal.h>
10#include <system/date_time.h>
17namespace Serialization {
28 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
Represents a specific date and time value on the time continuum. This type should be allocated on sta...
Definition: date_time.h:50
Represents a decimal number. This type should be allocated on stack and passed to functions by value ...
Definition: decimal.h:107
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Represents a particular type and provides information about it.
Definition: type_info.h:109
Definition: db_command.h:9
TypeCode
Represents the type of an object.
Definition: type_code.h:19