API Guides > ConceptRT 3.x

Detailed Description

Classes

class  FileBuffer< Size >
 FileBuffer of static size. More...
 
class  FileBufferDynamicFixed
 File that can be used in cyclic context thanks to its internal buffer. The buffer size is fixed at the construction time. Construction is non-deterministic. Usage is deterministic. More...
 
class  FileBufferDynamic
 File that can be used in cyclic context thanks to its internal buffer. Usage is non-deterministic.. More...