API Guides > ConceptRT 3.x

Detailed Description

Classes

class  StringDynamicFixed
 String whose size is fixed at the construction time. Construction is non-deterministic. Usage is deterministic. More...
 
class  StaticString< size >
 String of N caracters where N is a template parameter. More...
 
class  BaseStaticString
 Basic static string class that handle fundamental string's functionalities. More...
 

Typedefs

typedef StaticString< 255 > String
 String type for standard usage. More...
 

Typedef Documentation

String

String type for standard usage.

Length is limited to STRING_MAX_LENGTH. The content added behind this limit will be avoided.