GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
pval_vector Class Reference

#include "graphics.h"

Inheritance diagram for pval_vector:
Inheritance graph
[legend]
Collaboration diagram for pval_vector:
Collaboration graph
[legend]

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_valueoperator[] (const std::string pname)
 
octave_valueoperator[] (const std::string pname)
 

Public Attributes

elements
 STL member. More...
 

Detailed Description

Definition at line 2006 of file graphics.h.

Member Function Documentation

void pval_vector::erase ( const std::string  pname)
inline

Definition at line 2054 of file graphics.in.h.

References erase(), and find().

void pval_vector::erase ( const std::string  pname)
inline

Definition at line 2056 of file graphics.h.

References find().

Referenced by erase(), figure::reset_default_properties(), and property_list::set().

void pval_vector::erase ( iterator  it)
inline

Definition at line 2061 of file graphics.in.h.

void pval_vector::erase ( iterator  it)
inline

Definition at line 2063 of file graphics.h.

const_iterator pval_vector::find ( const std::string  pname) const
inline

Definition at line 2007 of file graphics.in.h.

const_iterator pval_vector::find ( const std::string  pname) const
inline
iterator pval_vector::find ( const std::string  pname)
inline

Definition at line 2018 of file graphics.in.h.

iterator pval_vector::find ( const std::string  pname)
inline

Definition at line 2020 of file graphics.h.

octave_value pval_vector::lookup ( const std::string  pname) const
inline

Definition at line 2029 of file graphics.in.h.

References find().

octave_value pval_vector::lookup ( const std::string  pname) const
inline

Definition at line 2031 of file graphics.h.

References find().

octave_value& pval_vector::operator[] ( const std::string  pname)
inline

Definition at line 2041 of file graphics.in.h.

References find().

octave_value& pval_vector::operator[] ( const std::string  pname)
inline

Definition at line 2043 of file graphics.h.

References find().

Member Data Documentation

T std::vector< T >::elements
inherited

STL member.


The documentation for this class was generated from the following files: