#include <injector_bones.hpp>
Public Types | |
typedef T1::elem_type | elem_type |
Public Member Functions | |
void | end_of_row () const |
void | insert (const elem_type val) const |
~mat_injector () | |
Private Member Functions | |
mat_injector (T1 &in_X, const elem_type val) | |
mat_injector (T1 &in_X, const injector_end_of_row &x) | |
Private Attributes | |
podarray< mat_injector_row < elem_type > * > * | AA |
podarray< mat_injector_row < elem_type > * > * | BB |
uword | n_rows |
T1 & | X |
Friends | |
class | Col< elem_type > |
class | Mat< elem_type > |
class | Row< elem_type > |
Definition at line 36 of file injector_bones.hpp.
typedef T1::elem_type mat_injector< T1 >::elem_type |
Definition at line 40 of file injector_bones.hpp.
mat_injector< T1 >::mat_injector | ( | T1 & | in_X, |
const elem_type | val | ||
) | [inline, private] |
Definition at line 60 of file injector_bones.hpp.
Definition at line 58 of file injector_bones.hpp.
Definition at line 59 of file injector_bones.hpp.
podarray< mat_injector_row<elem_type>* >* mat_injector< T1 >::AA [mutable, private] |
Definition at line 55 of file injector_bones.hpp.
podarray< mat_injector_row<elem_type>* >* mat_injector< T1 >::BB [mutable, private] |
Definition at line 56 of file injector_bones.hpp.
uword mat_injector< T1 >::n_rows [mutable, private] |
Definition at line 53 of file injector_bones.hpp.
T1& mat_injector< T1 >::X [private] |
Definition at line 52 of file injector_bones.hpp.