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

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

#include <string>
#include <set>
#include "axom/config.hpp"
#include "axom/core/memory_management.hpp"
#include "axom/core/Macros.hpp"
#include "axom/core/Types.hpp"
#include "axom/slic.hpp"
#include "axom/sidre/core/SidreTypes.hpp"
#include "axom/sidre/core/AttrValues.hpp"

Classes

class  axom::sidre::View
 A View object describes data, which may be owned by the view object (e.g., via an attached Buffer) or owned externally. More...
 

Namespaces

 axom
 
 axom::sidre
 

Macros

#define SIDRE_VIEW_LOG_PREPEND   "[View: '" << this->getPathName() << "'] "
 

Detailed Description

Header file containing definition of View class.

Macro Definition Documentation

◆ SIDRE_VIEW_LOG_PREPEND