API Guides > ConceptRT 3.x
ConceptRTUtils.h
1 // //
3 // <copyright company="Objectis"> //
4 // //
5 // Copyright (c) 2013, All Right Reserved, http://www.objectis.ch/ //
6 // //
7 // This source is subject to the Objectis Permissive License. //
8 // Please see the License contract for more information. //
9 // All other rights reserved. //
10 // //
11 // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY //
12 // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE //
13 // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A //
14 // PARTICULAR PURPOSE. //
15 // //
16 // </copyright> //
17 // //
19 
20 #ifndef __RT_CONCEPTUTILS_H_
21 #define __RT_CONCEPTUTILS_H_
22 
23 #include "RTDefinesUtils.h"
24 #include "RTAssemblyInfo.h"
25 #include "RTDataContainers.h"
26 #include "RTDateTime.h"
27 #include "RTTimeMeasurement.h"
28 #include "RTDelegate.h"
29 #include "RTDynamicInvocationMemory.h"
30 #include "RTDynamicCast.h"
31 #include "RTPort.h"
32 #include "RTStream.h"
33 #include "RTString.h"
34 #include "RTUtils.h"
35 #include "RTXml.h"
36 #include "RTDataStore.h"
37 #include "RTException.h"
38 #include "RTRuntimeCheck.h"
39 #include "RTMemoryBuffer.h"
40 #include "RTCryptography.h"
41 #include "RTLicenceManager.h"
42 
43 namespace ConceptRT
44 {
47 
51 
54 }
55 
56 #endif
#define CONCEPTRT_API
ConceptRT export symbols for dynamic library exportation and importation.
Definition: RTDefinesUtils.h:70
void ConceptRTUtilsFinalize()
Finalize ConceptRTUtils layer. Should be called after using ConceptRTUtils layer. ...
void ConceptRTUtilsInitialize()
Initialize ConceptRTUtils layer. Should be called before using ConceptRTUtils layer.
bool IsConceptRTUtilsInitialized()
Query if ConceptRTUtils layer has been initialized.
Library conceptRT namespace. Don't forget to use.