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

#include "graphics.h"

Inheritance diagram for pval_vector:

Public Member Functions

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

Detailed Description

Definition at line 2125 of file graphics.h.

Member Function Documentation

◆ erase() [1/2]

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

Definition at line 2175 of file graphics.h.

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

◆ erase() [2/2]

void pval_vector::erase ( iterator  it)
inline

Definition at line 2182 of file graphics.h.

◆ find() [1/2]

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

Definition at line 2139 of file graphics.h.

◆ find() [2/2]

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

◆ lookup()

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

Definition at line 2150 of file graphics.h.

◆ operator[]()

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

Definition at line 2162 of file graphics.h.


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