XGC1
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

◆ dim_type

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

◆ view_type

template<class T >
using IOArray< T >::view_type = T

Constructor & Destructor Documentation

◆ IOArray() [1/2]

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

◆ IOArray() [2/2]

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

Member Data Documentation

◆ full_size

template<class T >
dim_type IOArray< T >::full_size

◆ name

template<class T >
std::string IOArray< T >::name

◆ offsets

template<class T >
dim_type IOArray< T >::offsets

◆ size

template<class T >
dim_type IOArray< T >::size

◆ view

template<class T >
view_type IOArray< T >::view

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