File List
Here is a list of all documented files with brief descriptions:alignment.hh [code] | This file implements a template class to determine alignment requirements at compile time |
array.hh [code] | A dynamical array class, similar to std::vector |
arraylist.hh [code] | |
bartonnackmanifcheck.hh [code] | Provides check for implementation of interface methods when using static polymorphism, i.e. Barton-Nackman trick. Use by invoking CHECK_INTERFACE_IMPLEMENTATION(asImp().methodToCheck()) and for template methods double ( CHECK_INTERFACE_IMPLEMENTATION((asImp().template methodToCheck<param> ())) |
bigunsignedint.hh [code] | Portable very large unsigned integers |
binaryfunctions.hh [code] | |
bitfield.hh [code] | |
collectivecommunication.hh [code] | |
configparser.hh [code] | |
debugstream.hh [code] | |
deprecated.hh [code] | |
dlist.hh [code] | |
enumset.hh [code] | Classes for building sets out of enumeration values |
exceptions.hh [code] | A few common exception classes |
exprtmpl.hh [code] | |
fassign.hh [code] | |
fixedarray.hh [code] | Implementation of the stl array class (a static array) and its deprecated ancestor FixedArray |
fmatrix.hh [code] | This file implements a matrix constructed from a given type representing a field and compile-time given number of rows and columns |
fvector.hh [code] | This file implements a vector constructed from a given type representing a field and a compile-time given size |
gcd.hh [code] | |
genericiterator.hh [code] | This file implements a generic iterator classes for writing stl conformant iterators |
geometrytype.hh [code] | A unique label for each type of element that can occur in a grid |
helpertemplates.hh [code] | Compile-time constraint checks from the Stroustrup FAQ |
interfaces.hh [code] | Provides a Interfaces for detection of specific behavior |
iteratorfacades.hh [code] | This file implements iterator facade classes for writing stl conformant iterators |
lcm.hh [code] | |
lru.hh [code] | LRU Cache Container, using an STL like interface |
misc.hh [code] | Miscellaneous helper stuff |
mpicollectivecommunication.hh [code] | |
mpihelper.hh [code] | This file contains helpers for dealing with MPI. Basically there are two helpers available: |
poolallocator.hh [code] | |
precision.hh [code] | |
propertymap.hh [code] | |
singleton.hh [code] | Usefull wrapper for creating singletons |
sllist.hh [code] | This file implements a single linked list together with the necessary iterators |
smartpointer.hh [code] | This file implements the class SmartPointer which is a reference counting pointer |
stack.hh [code] | |
static_assert.hh [code] | |
stdstreams.hh [code] | |
timer.hh [code] | A simple timing class |
tuples.hh [code] | Contains classes that implement tuples |
typetraits.hh [code] | Traits for type conversions and type information |
utility.hh [code] | Contain utility classes which can be used with tuples |
version.hh [code] |