common Directory Reference

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