GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Public Member Functions | |
void | erase (const std::string pname) |
void | erase (const std::string pname) |
void | erase (iterator it) |
void | erase (iterator it) |
const_iterator | find (const std::string pname) const |
const_iterator | find (const std::string pname) const |
iterator | find (const std::string pname) |
iterator | find (const std::string pname) |
octave_value | lookup (const std::string pname) const |
octave_value | lookup (const std::string pname) const |
octave_value & | operator[] (const std::string pname) |
octave_value & | operator[] (const std::string pname) |
Public Attributes | |
T | elements |
STL member. More... | |
Definition at line 2006 of file graphics.h.
|
inline |
Definition at line 2054 of file graphics.in.h.
|
inline |
Definition at line 2056 of file graphics.h.
References find().
Referenced by erase(), figure::reset_default_properties(), and property_list::set().
|
inline |
Definition at line 2061 of file graphics.in.h.
|
inline |
Definition at line 2063 of file graphics.h.
|
inline |
Definition at line 2007 of file graphics.in.h.
|
inline |
Definition at line 2009 of file graphics.h.
Referenced by base_graphics_object::build_user_defaults_map(), erase(), lookup(), property_list::lookup(), operator[](), and property_list::set().
|
inline |
Definition at line 2018 of file graphics.in.h.
|
inline |
Definition at line 2020 of file graphics.h.
|
inline |
Definition at line 2029 of file graphics.in.h.
References find().
|
inline |
Definition at line 2031 of file graphics.h.
References find().
|
inline |
Definition at line 2041 of file graphics.in.h.
References find().
|
inline |
Definition at line 2043 of file graphics.h.
References find().
|
inherited |
STL member.