![]() |
ATLAS Offline Software
|
#include <TFCS1DFunctionTemplateHelpers.h>
Public Types | |
| typedef TFCS1DFunction_size_t | size_t |
Public Member Functions | |
| TFCS1DFunction_Array () | |
| TFCS1DFunction_Array (size_t count) | |
| ~TFCS1DFunction_Array () | |
| std::size_t | MemorySizeArray () const |
| std::size_t | MemorySize () const |
| size_t | size () const |
| void | resize (size_t count) |
| resize to given count, copying old content More... | |
| T * | data () |
| Direct data pointer. More... | |
| const T * | data () const |
| T & | operator[] (size_t pos) |
| Direct access operators. More... | |
| const T & | operator[] (size_t pos) const |
| T * | begin () |
| begin() iterators More... | |
| const T * | begin () const |
| T * | end () |
| end() iterators More... | |
| const T * | end () const |
Private Attributes | |
| T * | m_content {nullptr} |
| size_t | m_size {0} |
Definition at line 80 of file TFCS1DFunctionTemplateHelpers.h.
| typedef TFCS1DFunction_size_t TFCS1DFunction_Array< T >::size_t |
Definition at line 82 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
Definition at line 84 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
Definition at line 85 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
Definition at line 86 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
|
inline |
Definition at line 125 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
|
inline |
Definition at line 116 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
end() iterators
Definition at line 128 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
Definition at line 129 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
Definition at line 92 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
Definition at line 91 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
Direct access operators.
Values are in the range [0,TFCS1DFunction_Numeric<T>::MaxValue]
Definition at line 120 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
Definition at line 121 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
resize to given count, copying old content
Definition at line 97 of file TFCS1DFunctionTemplateHelpers.h.
|
inline |
Definition at line 94 of file TFCS1DFunctionTemplateHelpers.h.
|
private |
Definition at line 132 of file TFCS1DFunctionTemplateHelpers.h.
|
private |
Definition at line 133 of file TFCS1DFunctionTemplateHelpers.h.
1.8.18