#include "oct-map.h"
Classes | |
class | fields_rep |
Public Types | |
typedef std::map< std::string, octave_idx_type >::const_iterator | const_iterator |
typedef const_iterator | iterator |
Static Private Member Functions | |
static fields_rep * | nil_rep (void) |
Private Attributes | |
fields_rep * | rep |
typedef std::map<std::string, octave_idx_type>::const_iterator octave_fields::const_iterator |
|
inline |
Definition at line 64 of file oct-map.h.
References octave_fields::fields_rep::count.
octave_fields::octave_fields | ( | const string_vector & | fields | ) |
Definition at line 45 of file oct-map.cc.
References n, string_vector::numel(), and rep.
octave_fields::octave_fields | ( | const char *const * | fields | ) |
Definition at line 53 of file oct-map.cc.
References n.
|
inline |
Definition at line 68 of file oct-map.h.
References octave_fields::fields_rep::count.
|
inline |
Definition at line 87 of file oct-map.h.
References octave_fields::fields_rep::count.
|
inline |
Definition at line 108 of file oct-map.h.
Referenced by equal_up_to_order().
|
inline |
|
inline |
|
inline |
Definition at line 109 of file oct-map.h.
Referenced by equal_up_to_order().
bool octave_fields::equal_up_to_order | ( | const octave_fields & | other, |
Array< octave_idx_type > & | perm | ||
) | const |
Definition at line 147 of file oct-map.cc.
References Array< T >::clear(), equal_up_to_order(), Array< T >::fortran_vec(), n, nfields(), and Array< T >::numel().
bool octave_fields::equal_up_to_order | ( | const octave_fields & | other, |
octave_idx_type * | perm | ||
) | const |
Definition at line 126 of file oct-map.cc.
References begin(), end(), and retval.
Referenced by equal_up_to_order(), octave_map::fast_elem_insert(), octave_map::orderfields(), and octave_scalar_map::orderfields().
string_vector octave_fields::fieldnames | ( | void | ) | const |
Definition at line 158 of file oct-map.cc.
References n, nfields(), retval, and Array< T >::xelem().
octave_idx_type octave_fields::getfield | ( | const std::string & | name | ) |
Definition at line 75 of file oct-map.cc.
References make_unique(), n, and rep.
octave_idx_type octave_fields::getfield | ( | const std::string & | name | ) | const |
Definition at line 68 of file oct-map.cc.
References rep.
Referenced by octave_scalar_map::octave_scalar_map(), octave_scalar_map::contents(), octave_map::contents(), octave_scalar_map::getfield(), octave_map::getfield(), octave_map::setfield(), and octave_scalar_map::setfield().
|
inline |
|
inline |
Definition at line 148 of file oct-map.h.
References rep.
Referenced by octave_map::assign(), octave_map::cat(), octave_map::fast_elem_insert(), octave_map::orderfields(), and octave_scalar_map::orderfields().
bool octave_fields::isfield | ( | const std::string & | name | ) | const |
Definition at line 62 of file oct-map.cc.
References rep.
|
inline |
|
inline |
Definition at line 74 of file oct-map.h.
References octave_fields::fields_rep::count, and r.
Referenced by getfield(), orderfields(), and rmfield().
|
inline |
Definition at line 123 of file oct-map.h.
Referenced by equal_up_to_order(), and fieldnames().
|
staticprivate |
Definition at line 39 of file oct-map.cc.
|
inline |
Definition at line 90 of file oct-map.h.
References octave_fields::fields_rep::count, and rep.
void octave_fields::orderfields | ( | Array< octave_idx_type > & | perm | ) |
Definition at line 110 of file oct-map.cc.
References Array< T >::clear(), make_unique(), n, and rep.
octave_idx_type octave_fields::rmfield | ( | const std::string & | name | ) |
Definition at line 89 of file oct-map.cc.
References make_unique(), n, and rep.
Referenced by octave_scalar_map::rmfield(), and octave_map::rmfield().
|
inline |
|
private |
Definition at line 58 of file oct-map.h.
Referenced by octave_fields(), getfield(), is_same(), isfield(), operator=(), orderfields(), and rmfield().