C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
templ_s_array.h File Reference

One-dimensional array of objects. More...

#include <math_x.h>
#include <io_define.h>
#include <math_define.h>
#include <tool_quick_sort.h>
#include <tool_err_handling.h>
#include <vector>
#include <cstring>
#include <utility>
#include <algorithm>

Classes

class  SArray< Type >
 Array of plain old data structures (POD). More...
 
class  SIArray< Type >
 One-dimensional array of objects with iterator functions. More...
 
class  SArray_assign< T >
 Initialization of an array by the list of values. More...
 

Detailed Description

One-dimensional array of objects.