GNU Octave  6.2.0
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)
 
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)
 

Public Attributes

elements
 STL member. More...
 

Detailed Description

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

Member Function Documentation

◆ erase() [1/2]

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

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

References find().

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

◆ erase() [2/2]

void pval_vector::erase ( iterator  it)
inline

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

◆ find() [1/2]

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

Definition at line 2090 of file graphics.in.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 2101 of file graphics.in.h.

References find(), and retval.

◆ operator[]()

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

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

References find().

Member Data Documentation

◆ elements

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

STL member.


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