GATE
arrays.hpp File Reference

Arrays and other linear sequential type field. More...

#include "gate/gate_core_api.hpp"
#include "gate/arrays.h"
#include "gate/gatetypes.hpp"
#include "gate/memalloc.hpp"
#include "gate/results.hpp"
#include "gate/exceptions.hpp"
#include "gate/enumerators.hpp"
#include "gate/comparers.hpp"

Classes

class  gate::Array< T >
 
class  gate::ArrayList< T >
 
class  gate::SlotList< T >
 
class  gate::SlotList< T >::const_iterator
 
class  gate::SlotList< T >::iterator
 
class  gate::LinkedList< T >
 

Functions

template<class T >
Enumerator< T const > gate::enumerate (Array< T > const &arr)
 

Detailed Description

Arrays and other linear sequential type field.