API Guides > ConceptRT 3.x

Detailed Description

Classes

class  SmartType< valueType >
 Generic class to store simple type values. Automatically initialized to 0. Can be used more or less like a standard variable of the simple type. More...
 

Typedefs

typedef SmartType< bool > SmartBool
 Type similar to bool, with automatic initialization to false. More...
 
typedef SmartType< Int64 > SmartInt64
 Type similar to Int64, with automatic initialization to 0. More...
 
typedef SmartType< UInt64 > SmartUInt64
 Type similar to UInt64, with automatic initialization to 0. More...
 
typedef SmartType< Int32 > SmartInt32
 Type similar to Int32, with automatic initialization to 0. More...
 
typedef SmartType< UInt32 > SmartUInt32
 Type similar to UInt32, with automatic initialization to 0. More...
 
typedef SmartType< Int16 > SmartInt16
 Type similar to Int16, with automatic initialization to 0. More...
 
typedef SmartType< UInt16 > SmartUInt16
 Type similar to UInt16, with automatic initialization to 0. More...
 
typedef SmartType< Int8 > SmartInt8
 Type similar to Int8, with automatic initialization to 0. More...
 
typedef SmartType< UInt8 > SmartUInt8
 Type similar to UInt8, with automatic initialization to 0. More...
 
typedef SmartType< Float64 > SmartFloat64
 Type similar to Float64, with automatic initialization to 0. More...
 
typedef SmartType< Float32 > SmartFloat32
 Type similar to Float32, with automatic initialization to 0. More...
 

Typedef Documentation

SmartBool

Type similar to bool, with automatic initialization to false.

SmartFloat32

Type similar to Float32, with automatic initialization to 0.

SmartFloat64

Type similar to Float64, with automatic initialization to 0.

SmartInt16

Type similar to Int16, with automatic initialization to 0.

SmartInt32

Type similar to Int32, with automatic initialization to 0.

SmartInt64

Type similar to Int64, with automatic initialization to 0.

SmartInt8

Type similar to Int8, with automatic initialization to 0.

SmartUInt16

Type similar to UInt16, with automatic initialization to 0.

SmartUInt32

Type similar to UInt32, with automatic initialization to 0.

SmartUInt64

Type similar to UInt64, with automatic initialization to 0.

SmartUInt8

Type similar to UInt8, with automatic initialization to 0.