All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Array.h File Reference
#include <HSEP/HSEPObject.h>
#include <HSEP/Dictionary.h>
#include <vector>
#include <string>
#include <cstring>
#include <functional>
+ Include dependency graph for Array.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HSEP::Array< T >
 Template Array class that complements the base functionality found in an STL vector. More...
 

Namespaces

namespace  HSEP
 HSEP generic namespace, including basic processing tools.
 

Typedefs

typedef Array< string > HSEP::StringArray
 Array of Strings.
 
typedef Array< int > HSEP::IntArray
 Array of Integers.
 
typedef Array< Dictionary
< string > > 
HSEP::StringDictionaryArray
 Array of Strings Dictionary.
 

Functions

template<class T >
void HSEP::fillArray (Array< T > &pArray, function< T *()> pWorker, int pSize)
 Template function that fills an array executing the provided pWorker function.