GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pval_vector Class Reference

#include "graphics.in.h"

Inheritance diagram for pval_vector:
Collaboration diagram for pval_vector:

Public Member Functions

void erase (const std::string pname)
 
void erase (iterator it)
 
const_iterator find (const std::string pname) const
 
iterator find (const std::string pname)
 
octave_value lookup (const std::string pname) const
 
octave_valueoperator[] (const std::string pname)
 

Public Attributes

elements
 STL member. More...
 

Detailed Description

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

Member Function Documentation

◆ erase() [1/2]

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

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

References find(), and pname.

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

◆ erase() [2/2]

void pval_vector::erase ( iterator  it)
inline

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

◆ find() [1/2]

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

◆ find() [2/2]

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

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

References pname.

◆ lookup()

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

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

References find(), pname, and retval.

◆ operator[]()

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

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

References find(), and pname.

Member Data Documentation

◆ elements

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

STL member.


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