XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
IOArray< T > Struct Template Reference

#include <xgc_io.hpp>

Inheritance diagram for IOArray< T >:
Inheritance graph
[legend]
Collaboration diagram for IOArray< T >:
Collaboration graph
[legend]

Public Types

using view_type = T
 
using dim_type = std::vector< size_t >
 

Public Member Functions

 IOArray (const std::string &name_in, const T &view_in, const UpcastVector &full_size_in, const UpcastVector &offsets_in)
 
 IOArray (const std::string &name_in, const T &view_in)
 
- Public Member Functions inherited from IOData
virtual ~IOData ()
 

Public Attributes

std::string name
 
view_type view
 
dim_type full_size
 
dim_type offsets
 
dim_type size
 

Member Typedef Documentation

template<class T >
using IOArray< T >::dim_type = std::vector<size_t>
template<class T >
using IOArray< T >::view_type = T

Constructor & Destructor Documentation

template<class T >
IOArray< T >::IOArray ( const std::string &  name_in,
const T &  view_in,
const UpcastVector full_size_in,
const UpcastVector offsets_in 
)
inline
template<class T >
IOArray< T >::IOArray ( const std::string &  name_in,
const T &  view_in 
)
inline

Member Data Documentation

template<class T >
dim_type IOArray< T >::full_size
template<class T >
std::string IOArray< T >::name
template<class T >
dim_type IOArray< T >::offsets
template<class T >
dim_type IOArray< T >::size
template<class T >
view_type IOArray< T >::view

The documentation for this struct was generated from the following file: