ISIS Core Library 0.7.2 (api 3.0.0)
Data Structures | Namespaces

/scr/tee1/isis/lib/Core/DataStorage/valuearray.hpp File Reference

#include <boost/static_assert.hpp>
#include "valuearray_base.hpp"
#include "valuearray_converter.hpp"
#include "../CoreUtils/value.hpp"
#include "common.hpp"
#include <boost/type_traits/remove_const.hpp>
#include "endianess.hpp"

Go to the source code of this file.

Data Structures

struct  isis::data::ValueArray< TYPE >::BasicDeleter
 Default delete-functor for c-arrays (uses free()). More...
struct  isis::data::ValueArray< TYPE >::NonDeleter
 delete-functor which does nothing (in case someone else manages the data). More...
class  isis::data::ValueArray< TYPE >
 Generic class for type (and length) - aware pointers. More...
class  isis::data::_internal::ValueArrayIterator< TYPE >
 Basic iterator for ValueArray. More...

Namespaces

namespace  isis
namespace  isis::data
namespace  isis::data::_internal