HermesCommon  2.0
array.h File Reference

File containing primarily the class Array<class TYPE> and LightArray<class TYPE>. More...

#include <vector>
#include <limits.h>

Go to the source code of this file.

Classes

class  Hermes::Hermes2D::Array< TYPE >
 A generic, inflatable array. More...
 
class  Hermes::Hermes2D::LightArray< TYPE >
 A light version of the array. For ordinal types or pointers, does not provide memory handling. More...
 

Namespaces

namespace  Hermes
 General namespace for the Hermes library.
 

Macros

#define INVALID_IDX   INT_MAX
 

Detailed Description

File containing primarily the class Array<class TYPE> and LightArray<class TYPE>.

Definition in file array.h.