hp2FEM  0.1
Public Member Functions
BuiltInArray< Type > Class Template Reference

List of all members.

Public Member Functions

 BuiltInArray (long ArraySize, Type *Elements=0)
 BuiltInArray (BuiltInArray< Type > &Instance)
BuiltInArray< Type > & operator= (BuiltInArray< Type > &Instance)
Type & operator[] (long Index)
 operator Type *const ()
unsigned long long SizeOf ()
unsigned long GetSize ()
void SetSize (unsigned long ArraySize=0, Type *Elements=0)
void SetSize (unsigned long ArraySize, Type Value)
void Resize (long NewSize)
void Reset (Type Value=0.0)
Type Find (Type Value)
Type Minimum ()
Type Maximum ()
void Read (FILE *File, char *Format)
void Print (FILE *File, char *Format, int LineLength=6, char *Message="")
void Save (FILE *File)
void Save (char *TabName, int Version, char *Filename)
void Restore (FILE *File)
void Restore (char *TabName, int Version, char *Filename)
void Free ()

template<class Type>
class BuiltInArray< Type >


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends Defines