void mat_injector< T1 >::end_of_row | ( | ) | const [inline] |
Definition at line 238 of file injector_meat.hpp.
void field_injector< T1 >::end_of_row | ( | ) | const [inline] |
Definition at line 532 of file injector_meat.hpp.
field_injector< T1 >::field_injector | ( | T1 & | in_X, |
const injector_end_of_row & | x | ||
) | [inline, private] |
Definition at line 429 of file injector_meat.hpp.
field_injector_row< oT >::field_injector_row | ( | ) | [inline] |
Definition at line 335 of file injector_meat.hpp.
void mat_injector_row< eT >::insert | ( | const eT | val | ) | const [inline] |
Definition at line 34 of file injector_meat.hpp.
void mat_injector< T1 >::insert | ( | const elem_type | val | ) | const [inline] |
Definition at line 221 of file injector_meat.hpp.
void field_injector_row< oT >::insert | ( | const oT & | val | ) | const [inline] |
Definition at line 365 of file injector_meat.hpp.
void field_injector< T1 >::insert | ( | const object_type & | val | ) | const [inline] |
Definition at line 515 of file injector_meat.hpp.
mat_injector< T1 >::mat_injector | ( | T1 & | in_X, |
const injector_end_of_row & | x | ||
) | [inline, private] |
Definition at line 94 of file injector_meat.hpp.
mat_injector_row< eT >::mat_injector_row | ( | ) | [inline] |
Definition at line 21 of file injector_meat.hpp.
arma_inline const mat_injector<T1>& operator<< | ( | const mat_injector< T1 > & | ref, |
const typename mat_injector< T1 >::elem_type | val | ||
) |
Definition at line 266 of file injector_meat.hpp.
arma_inline const mat_injector<T1>& operator<< | ( | const mat_injector< T1 > & | ref, |
const injector_end_of_row & | x | ||
) |
Definition at line 280 of file injector_meat.hpp.
arma_inline const field_injector<T1>& operator<< | ( | const field_injector< T1 > & | ref, |
const typename field_injector< T1 >::object_type & | val | ||
) |
Definition at line 563 of file injector_meat.hpp.
arma_inline const field_injector<T1>& operator<< | ( | const field_injector< T1 > & | ref, |
const injector_end_of_row & | x | ||
) |
Definition at line 577 of file injector_meat.hpp.
field_injector< T1 >::~field_injector | ( | ) | [inline] |
Definition at line 457 of file injector_meat.hpp.
field_injector_row< oT >::~field_injector_row | ( | ) | [inline] |
Definition at line 352 of file injector_meat.hpp.
mat_injector< T1 >::~mat_injector | ( | ) | [inline] |
Definition at line 122 of file injector_meat.hpp.
const injector_end_of_row endr = injector_end_of_row() [static] |
endr indicates "end of row" when using the << operator; similar conceptual meaning to std::endl
Definition at line 120 of file forward_bones.hpp.