std.vector<T>-like container that requires specific indexing type, More...
Inheritance diagram for MR.Dipoles:Public Member Functions | |
| unsafe | Dipoles () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Dipoles (MR._ByValue_Dipoles _other) |
Generated from constructor MR.Dipoles.Dipoles. | |
| Dipoles (Const_Dipoles _other) | |
Generated from constructor MR.Dipoles.Dipoles. | |
| Dipoles (Dipoles _other) | |
Generated from constructor MR.Dipoles.Dipoles. | |
| unsafe | Dipoles (ulong size) |
creates a vector with size elements with default value Generated from constructor MR.Dipoles.Dipoles. | |
| unsafe | Dipoles (ulong size, MR.Const_Dipole val) |
creates a vector with size elements with the given value Generated from constructor MR.Dipoles.Dipoles. | |
| unsafe | Dipoles (MR.Misc._Moved< MR.Std.Vector_MRDipole > vec) |
moves data from the given std.vector<T> Generated from constructor MR.Dipoles.Dipoles. | |
| unsafe MR.Dipoles | assign (MR._ByValue_Dipoles _other) |
Generated from method MR.Dipoles.operator=. | |
| unsafe void | clear () |
Generated from method MR.Dipoles.clear. | |
| unsafe void | resize (ulong newSize) |
Generated from method MR.Dipoles.resize. | |
| unsafe void | resize (ulong newSize, MR.Const_Dipole t) |
Generated from method MR.Dipoles.resize. | |
| unsafe void | reserve (ulong capacity) |
Generated from method MR.Dipoles.reserve. | |
| unsafe void | resizeWithReserve (ulong newSize) |
doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Dipoles.resizeWithReserve. | |
| unsafe void | resizeWithReserve (ulong newSize, MR.Const_Dipole value) |
doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Dipoles.resizeWithReserve. | |
| unsafe void | autoResizeSet (MR.NodeId pos, ulong len, MR.Const_Dipole val) |
sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR.Dipoles.autoResizeSet. | |
| unsafe void | autoResizeSet (MR.NodeId i, MR.Const_Dipole val) |
sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.Dipoles.autoResizeSet. | |
| unsafe MR.Dipole | autoResizeAt (MR.NodeId i) |
this accessor automatically adjusts the size of the vector Generated from method MR.Dipoles.autoResizeAt. | |
| unsafe void | pushBack (MR.Const_Dipole t) |
Generated from method MR.Dipoles.push_back. | |
| unsafe void | pushBack (MR.Misc._Moved< MR.Dipole > t) |
Generated from method MR.Dipoles.push_back. | |
| unsafe void | popBack () |
Generated from method MR.Dipoles.pop_back. | |
| unsafe MR.Dipole | emplaceBack () |
Generated from method MR.Dipoles.emplace_back<>. | |
| unsafe new MR.Dipole | front () |
Generated from method MR.Dipoles.front. | |
| unsafe new MR.Dipole | back () |
Generated from method MR.Dipoles.back. | |
| unsafe new MR.? Dipole | data () |
Generated from method MR.Dipoles.data. | |
| unsafe void | swap (MR.Dipoles b) |
Generated from method MR.Dipoles.swap. | |
Static Public Member Functions | |
| static unsafe implicit | operator Dipoles (MR.Misc._Moved< MR.Std.Vector_MRDipole > vec) |
moves data from the given std.vector<T> Generated from constructor MR.Dipoles.Dipoles. | |
Properties | |
| new unsafe MR.Std.Vector_MRDipole | vec [get, protected set] |
| the user can directly manipulate the vector, anyway she cannot break anything | |
| unsafe new MR.Dipole | this[MR.NodeId i] [get] |
Generated from method MR.Dipoles.operator[]. | |
std.vector<T>-like container that requires specific indexing type,
| T | type of stored elements |
| I | type of index (shall be convertible to size_t) Generated from class MR.Dipoles. This is the non-const half of the class. |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Dipoles.Dipoles.
|
inline |
Generated from constructor MR.Dipoles.Dipoles.
|
inline |
Generated from constructor MR.Dipoles.Dipoles.
|
inline |
creates a vector with size elements with default value Generated from constructor MR.Dipoles.Dipoles.
|
inline |
creates a vector with size elements with the given value Generated from constructor MR.Dipoles.Dipoles.
|
inline |
moves data from the given std.vector<T> Generated from constructor MR.Dipoles.Dipoles.
|
inline |
Generated from method MR.Dipoles.operator=.
this accessor automatically adjusts the size of the vector Generated from method MR.Dipoles.autoResizeAt.
|
inline |
sets the element #i to the given value, adjusting the size of the vector to include new element Generated from method MR.Dipoles.autoResizeSet.
|
inline |
sets elements [pos, pos+len) to the given value, adjusting the size of the vector to include new elements; the elements in between old size and pos are also set to val (for faster implementation) Generated from method MR.Dipoles.autoResizeSet.
|
inline |
Generated from method MR.Dipoles.back.
|
inline |
Generated from method MR.Dipoles.clear.
|
inline |
Generated from method MR.Dipoles.data.
|
inline |
Generated from method MR.Dipoles.emplace_back<>.
|
inline |
Generated from method MR.Dipoles.front.
|
inlinestatic |
moves data from the given std.vector<T> Generated from constructor MR.Dipoles.Dipoles.
|
inline |
Generated from method MR.Dipoles.pop_back.
|
inline |
Generated from method MR.Dipoles.push_back.
|
inline |
Generated from method MR.Dipoles.push_back.
|
inline |
Generated from method MR.Dipoles.reserve.
|
inline |
Generated from method MR.Dipoles.resize.
|
inline |
Generated from method MR.Dipoles.resize.
|
inline |
doubles reserved memory until resize(newSize) can be done without reallocation Generated from method MR.Dipoles.resizeWithReserve.
|
inline |
doubles reserved memory until resize(newSize, value) can be done without reallocation Generated from method MR.Dipoles.resizeWithReserve.
|
inline |
Generated from method MR.Dipoles.swap.
|
getprotected set |
the user can directly manipulate the vector, anyway she cannot break anything