A wrapper to a C array (needed to embed an array into a vector) More...
Public Types | |
using | This_t = BoxedArray< Array_t > |
typedef std::remove_all_extents< Array_t >::type | Data_t |
Public Member Functions | |
BoxedArray () | |
BoxedArray (const This_t &from) | |
Array_t & | data () |
const Array_t & | data () const |
Protected Attributes | |
Array_t | array |
Data_t * | begin () |
const Data_t * | begin () const |
Data_t * | end () |
const Data_t * | end () const |
static constexpr size_t | size () |
begin/end interface More... | |
operator decltype(&[0]) | array () |
auto | operator[] (size_t index) -> decltype(*array) |
Array interface. More... | |
auto | operator[] (size_t index) const -> decltype(*array) |
auto | operator+ (ptrdiff_t index) -> decltype(&*array) |
auto | operator+ (ptrdiff_t index) const -> decltype(&*array) |
auto | operator- (ptrdiff_t index) -> decltype(&*array) |
auto | operator- (ptrdiff_t index) const -> decltype(&*array) |
auto | operator* () -> decltype(*array) |
auto | operator* () const -> decltype(*array) |
A wrapper to a C array (needed to embed an array into a vector)
Definition at line 139 of file AnalysisTree_module.cc.
typedef std::remove_all_extents<Array_t>::type dune::AnalysisTreeDataStruct::BoxedArray< Array_t >::Data_t |
Definition at line 145 of file AnalysisTree_module.cc.
using dune::AnalysisTreeDataStruct::BoxedArray< Array_t >::This_t = BoxedArray<Array_t> |
Definition at line 144 of file AnalysisTree_module.cc.
|
inline |
Definition at line 147 of file AnalysisTree_module.cc.
|
inline |
Definition at line 148 of file AnalysisTree_module.cc.
|
inline |
Definition at line 157 of file AnalysisTree_module.cc.
|
inline |
Definition at line 158 of file AnalysisTree_module.cc.
|
inline |
Definition at line 151 of file AnalysisTree_module.cc.
|
inline |
Definition at line 152 of file AnalysisTree_module.cc.
|
inline |
Definition at line 159 of file AnalysisTree_module.cc.
|
inline |
Definition at line 160 of file AnalysisTree_module.cc.
|
inline |
Definition at line 171 of file AnalysisTree_module.cc.
|
inline |
Definition at line 172 of file AnalysisTree_module.cc.
|
inline |
Definition at line 167 of file AnalysisTree_module.cc.
|
inline |
Definition at line 168 of file AnalysisTree_module.cc.
|
inline |
Definition at line 169 of file AnalysisTree_module.cc.
|
inline |
Definition at line 170 of file AnalysisTree_module.cc.
|
inline |
|
inline |
Definition at line 166 of file AnalysisTree_module.cc.
|
inlinestatic |
begin/end interface
Definition at line 156 of file AnalysisTree_module.cc.
|
protected |
Definition at line 141 of file AnalysisTree_module.cc.
|
inline |
Definition at line 174 of file AnalysisTree_module.cc.