#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <new>
#include "DataTypes.hxx"
#include "Err.hxx"
#include "Assert.hxx"
#include "ErrOutOfMemory.hxx"
#include "Storage.hxx"
#include "Component.hxx"
#include "TypeInfo.hxx"
#include "DynamicType.hxx"
#include "XMLAdapter.hxx"
#include "XMLArrayAdapter.hxx"
#include "XMLComponentAdapter.hxx"
Go to the source code of this file.
Classes | |
class | CLAM::Array< T > |
Namespaces | |
namespace | CLAM |
Typedefs | |
typedef Array< TData > | CLAM::DataArray |
Functions | |
template<class T > | |
Array< T > | CLAM::operator+ (const Array< T > &a, const Array< T > &b) |
template<class T > | |
bool | CLAM::operator== (const Array< T > &a, const Array< T > &b) |