AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
DataStore.hpp File Reference

Header file containing definition of DataStore class. More...

#include <vector>
#include <stack>
#include "axom/config.hpp"
#include "axom/core/Macros.hpp"
#include "axom/core/Types.hpp"
#include "axom/slic/interface/slic.hpp"
#include "Attribute.hpp"
#include "SidreTypes.hpp"
#include "ItemCollection.hpp"
#include "IndexedCollection.hpp"
#include "MapCollection.hpp"

Classes

class  axom::sidre::IndexedCollection< T >
 IndexedCollection is a container for a collection of pointers to items of template parameter type T, each with a corresponding index. More...
 
class  axom::sidre::MapCollection< T >
 MapCollection is a container class template for holding a collection of items of template parameter type T. More...
 
class  axom::sidre::DataStore
 DataStore is the main interface for creating and accessing Buffer objects. More...
 

Namespaces

 axom
 
 axom::sidre
 

Detailed Description

Header file containing definition of DataStore class.