#include <injector_bones.hpp>
Public Types | |
typedef T1::object_type | object_type |
Public Member Functions | |
void | end_of_row () const |
void | insert (const object_type &val) const |
~field_injector () | |
Private Member Functions | |
field_injector (T1 &in_X, const object_type &val) | |
field_injector (T1 &in_X, const injector_end_of_row &x) | |
Private Attributes | |
podarray< field_injector_row < object_type > * > * | AA |
podarray< field_injector_row < object_type > * > * | BB |
uword | n_rows |
T1 & | X |
Friends | |
class | field< object_type > |
Definition at line 87 of file injector_bones.hpp.
typedef T1::object_type field_injector< T1 >::object_type |
Definition at line 91 of file injector_bones.hpp.
field_injector< T1 >::field_injector | ( | T1 & | in_X, |
const object_type & | val | ||
) | [inline, private] |
friend class field< object_type > [friend] |
Definition at line 109 of file injector_bones.hpp.
podarray< field_injector_row<object_type>* >* field_injector< T1 >::AA [mutable, private] |
Definition at line 106 of file injector_bones.hpp.
podarray< field_injector_row<object_type>* >* field_injector< T1 >::BB [mutable, private] |
Definition at line 107 of file injector_bones.hpp.
uword field_injector< T1 >::n_rows [mutable, private] |
Definition at line 104 of file injector_bones.hpp.
T1& field_injector< T1 >::X [private] |
Definition at line 103 of file injector_bones.hpp.