![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_matrix.hpp>
Public Types | |
using | iterator = ElementType * |
using | const_iterator = const ElementType * |
Public Member Functions | |
iterator | begin () |
iterator | end () |
const_iterator | cbegin () |
const_iterator | cend () |
auto | rbegin () |
auto | rend () |
auto | crbegin () |
auto | crend () |
size_t | size () const |
void | resize (size_t count) |
dynamic_array (size_t size=1) | |
dynamic_array (const dynamic_array &right_hand_side) | |
ElementType * | operator& () |
ElementType & | operator[] (size_t index) |
const ElementType & | operator[] (size_t index) const |
ElementType & | at (size_t index) |
const ElementType & | at (size_t index) const |
dynamic_array & | operator= (const dynamic_array &right_hand_side) |
dynamic_array (dynamic_array &&right_hand_side) noexcept | |
dynamic_array & | operator= (dynamic_array &&right_hand_side) noexcept |
virtual | ~dynamic_array () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const dynamic_array &da) |
Definition at line 49 of file tpf_matrix.hpp.
using tpf::matrix::dynamic_array< ElementType >::const_iterator = const ElementType* |
Definition at line 58 of file tpf_matrix.hpp.
using tpf::matrix::dynamic_array< ElementType >::iterator = ElementType* |
Definition at line 52 of file tpf_matrix.hpp.
|
inlineexplicit |
Definition at line 176 of file tpf_matrix.hpp.
|
inline |
Definition at line 187 of file tpf_matrix.hpp.
|
inlinenoexcept |
Definition at line 275 of file tpf_matrix.hpp.
|
inlinevirtual |
Definition at line 303 of file tpf_matrix.hpp.
|
inline |
Definition at line 210 of file tpf_matrix.hpp.
|
inline |
Definition at line 218 of file tpf_matrix.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 204 of file tpf_matrix.hpp.
|
inline |
Definition at line 228 of file tpf_matrix.hpp.
|
inlinenoexcept |
Definition at line 285 of file tpf_matrix.hpp.
|
inline |
Definition at line 206 of file tpf_matrix.hpp.
|
inline |
Definition at line 208 of file tpf_matrix.hpp.
|
inline |
|
inline |
|
inline |
Definition at line 157 of file tpf_matrix.hpp.
|
inline |
Definition at line 154 of file tpf_matrix.hpp.
|
friend |
Definition at line 308 of file tpf_matrix.hpp.