PLplot  5.9.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
octave_swig_type Class Reference
Inheritance diagram for octave_swig_type:

Classes

struct  cpp_ptr
 

Public Types

typedef member_map::const_iterator swig_member_const_iterator
 

Public Member Functions

 octave_swig_type (void *_ptr=0, const swig_type_info *_type=0, int _own=0, bool _always_static=false)
 
 ~octave_swig_type ()
 
dim_vector dims (void) const
 
octave_value as_value ()
 
void incref ()
 
void decref ()
 
long swig_this () const
 
const char * help_text () const
 
std::string swig_type_name () const
 
void merge (octave_swig_type &rhs)
 
swig_member_const_iterator swig_members_begin ()
 
swig_member_const_iterator swig_members_end ()
 
voidcast (swig_type_info *type, int *_own, int flags)
 
bool is_owned () const
 
void assign (const std::string &name, const octave_value &ov)
 
void assign (const std::string &name, const swig_octave_member *m)
 
octave_base_value * clone () const
 
octave_base_value * empty_clone () const
 
bool is_defined () const
 
virtual bool is_map () const
 
virtual octave_value subsref (const std::string &ops, const std::list< octave_value_list > &idx)
 
virtual octave_value_list subsref (const std::string &ops, const std::list< octave_value_list > &idx, int nargout)
 
octave_value subsasgn (const std::string &ops, const std::list< octave_value_list > &idx, const octave_value &rhs)
 
virtual bool is_object () const
 
virtual bool is_string () const
 
virtual std::string string_value (bool force=false) const
 
virtual Octave_map map_value () const
 
virtual string_vector map_keys () const
 
virtual bool save_ascii (std::ostream &os)
 
virtual bool load_ascii (std::istream &is)
 
virtual bool save_binary (std::ostream &os, bool &save_as_floats)
 
virtual bool load_binary (std::istream &is, bool swap, oct_mach_info::float_format fmt)
 
virtual octave_value convert_to_str (bool pad=false, bool force=false, char type= '"') const
 
virtual octave_value convert_to_str_internal (bool pad, bool force, char type) const
 
void print (std::ostream &os, bool pr_as_read_syntax=false) const
 

Static Public Member Functions

static bool dispatch_global_op (const std::string &symbol, const octave_value_list &args, octave_value &ret)
 
static octave_value dispatch_unary_op (const octave_base_value &x, const char *op_name)
 
static octave_value dispatch_binary_op (const octave_base_value &lhs, const octave_base_value &rhs, const char *op_name)
 

Private Types

typedef std::pair< const
swig_type_info *, cpp_ptr
type_ptr_pair
 
typedef std::pair< const
swig_octave_member
*, octave_value > 
member_value_pair
 
typedef std::map< std::string,
member_value_pair
member_map
 

Private Member Functions

const swig_octave_memberfind_member (const swig_type_info *type, const std::string &name)
 
member_value_pairfind_member (const std::string &name, bool insert_if_not_found)
 
const swig_type_infofind_base (const std::string &name, const swig_type_info *base)
 
void load_members (const swig_octave_class *c, member_map &out) const
 
void load_members (member_map &out) const
 
octave_value_list member_invoke (member_value_pair *m, const octave_value_list &args, int nargout)
 
bool dispatch_unary_op (const std::string &symbol, octave_value &ret)
 
bool dispatch_binary_op (const std::string &symbol, const octave_base_value &rhs, octave_value &ret)
 
bool dispatch_index_op (const std::string &symbol, const octave_value_list &rhs, octave_value_list &ret)
 
octave_value_list member_deref (member_value_pair *m, const octave_value_list &args)
 
 octave_swig_type (const octave_swig_type &x)
 
octave_swig_typeoperator= (const octave_swig_type &rhs)
 

Static Private Member Functions

static octave_value make_value_hack (const octave_base_value &x)
 

Private Attributes

swig_module_infomodule
 
const swig_type_infoconstruct_type
 
std::vector< type_ptr_pairtypes
 
int own
 
member_map members
 
bool always_static
 

Detailed Description

Definition at line 930 of file plplot_octaveOCTAVE_wrap.cxx.

Member Typedef Documentation

typedef std::map< std::string, member_value_pair > octave_swig_type::member_map
private

Definition at line 945 of file plplot_octaveOCTAVE_wrap.cxx.

typedef std::pair< const swig_octave_member *, octave_value > octave_swig_type::member_value_pair
private

Definition at line 944 of file plplot_octaveOCTAVE_wrap.cxx.

typedef member_map::const_iterator octave_swig_type::swig_member_const_iterator

Definition at line 1262 of file plplot_octaveOCTAVE_wrap.cxx.

typedef std::pair< const swig_type_info *, cpp_ptr > octave_swig_type::type_ptr_pair
private

Definition at line 936 of file plplot_octaveOCTAVE_wrap.cxx.

Constructor & Destructor Documentation

octave_swig_type::octave_swig_type ( const octave_swig_type x)
private
octave_swig_type::octave_swig_type ( void _ptr = 0,
const swig_type_info _type = 0,
int  _own = 0,
bool  _always_static = false 
)
inline

Definition at line 1113 of file plplot_octaveOCTAVE_wrap.cxx.

octave_swig_type::~octave_swig_type ( )
inline

Definition at line 1128 of file plplot_octaveOCTAVE_wrap.cxx.

Member Function Documentation

octave_value octave_swig_type::as_value ( )
inline

Definition at line 1202 of file plplot_octaveOCTAVE_wrap.cxx.

void octave_swig_type::assign ( const std::string &  name,
const octave_value &  ov 
)
inline

Definition at line 1306 of file plplot_octaveOCTAVE_wrap.cxx.

void octave_swig_type::assign ( const std::string &  name,
const swig_octave_member m 
)
inline

Definition at line 1310 of file plplot_octaveOCTAVE_wrap.cxx.

void* octave_swig_type::cast ( swig_type_info type,
int *  _own,
int  flags 
)
inline

Definition at line 1266 of file plplot_octaveOCTAVE_wrap.cxx.

octave_base_value* octave_swig_type::clone ( ) const
inline

Definition at line 1314 of file plplot_octaveOCTAVE_wrap.cxx.

virtual octave_value octave_swig_type::convert_to_str ( bool  pad = false,
bool  force = false,
char  type = '"' 
) const
inlinevirtual

Definition at line 1553 of file plplot_octaveOCTAVE_wrap.cxx.

virtual octave_value octave_swig_type::convert_to_str_internal ( bool  pad,
bool  force,
char  type 
) const
inlinevirtual

Definition at line 1557 of file plplot_octaveOCTAVE_wrap.cxx.

void octave_swig_type::decref ( )
inline

Definition at line 1211 of file plplot_octaveOCTAVE_wrap.cxx.

dim_vector octave_swig_type::dims ( void  ) const
inline

Definition at line 1146 of file plplot_octaveOCTAVE_wrap.cxx.

bool octave_swig_type::dispatch_binary_op ( const std::string &  symbol,
const octave_base_value &  rhs,
octave_value &  ret 
)
inlineprivate

Definition at line 1064 of file plplot_octaveOCTAVE_wrap.cxx.

static octave_value octave_swig_type::dispatch_binary_op ( const octave_base_value &  lhs,
const octave_base_value &  rhs,
const char *  op_name 
)
inlinestatic

Definition at line 1589 of file plplot_octaveOCTAVE_wrap.cxx.

static bool octave_swig_type::dispatch_global_op ( const std::string &  symbol,
const octave_value_list &  args,
octave_value &  ret 
)
inlinestatic

Definition at line 1561 of file plplot_octaveOCTAVE_wrap.cxx.

bool octave_swig_type::dispatch_index_op ( const std::string &  symbol,
const octave_value_list &  rhs,
octave_value_list &  ret 
)
inlineprivate

Definition at line 1078 of file plplot_octaveOCTAVE_wrap.cxx.

bool octave_swig_type::dispatch_unary_op ( const std::string &  symbol,
octave_value &  ret 
)
inlineprivate

Definition at line 1051 of file plplot_octaveOCTAVE_wrap.cxx.

static octave_value octave_swig_type::dispatch_unary_op ( const octave_base_value &  x,
const char *  op_name 
)
inlinestatic

Definition at line 1572 of file plplot_octaveOCTAVE_wrap.cxx.

octave_base_value* octave_swig_type::empty_clone ( ) const
inline

Definition at line 1322 of file plplot_octaveOCTAVE_wrap.cxx.

const swig_type_info* octave_swig_type::find_base ( const std::string &  name,
const swig_type_info base 
)
inlineprivate

Definition at line 985 of file plplot_octaveOCTAVE_wrap.cxx.

const swig_octave_member* octave_swig_type::find_member ( const swig_type_info type,
const std::string &  name 
)
inlineprivate

Definition at line 949 of file plplot_octaveOCTAVE_wrap.cxx.

member_value_pair* octave_swig_type::find_member ( const std::string &  name,
bool  insert_if_not_found 
)
inlineprivate

Definition at line 972 of file plplot_octaveOCTAVE_wrap.cxx.

const char* octave_swig_type::help_text ( ) const
inline

Definition at line 1221 of file plplot_octaveOCTAVE_wrap.cxx.

void octave_swig_type::incref ( )
inline

Definition at line 1207 of file plplot_octaveOCTAVE_wrap.cxx.

bool octave_swig_type::is_defined ( ) const
inline

Definition at line 1326 of file plplot_octaveOCTAVE_wrap.cxx.

virtual bool octave_swig_type::is_map ( ) const
inlinevirtual

Definition at line 1330 of file plplot_octaveOCTAVE_wrap.cxx.

virtual bool octave_swig_type::is_object ( ) const
inlinevirtual

Definition at line 1478 of file plplot_octaveOCTAVE_wrap.cxx.

bool octave_swig_type::is_owned ( ) const
inline

Definition at line 1288 of file plplot_octaveOCTAVE_wrap.cxx.

virtual bool octave_swig_type::is_string ( ) const
inlinevirtual

Definition at line 1482 of file plplot_octaveOCTAVE_wrap.cxx.

virtual bool octave_swig_type::load_ascii ( std::istream &  is)
inlinevirtual

Definition at line 1528 of file plplot_octaveOCTAVE_wrap.cxx.

virtual bool octave_swig_type::load_binary ( std::istream &  is,
bool  swap,
oct_mach_info::float_format  fmt 
)
inlinevirtual

Definition at line 1536 of file plplot_octaveOCTAVE_wrap.cxx.

void octave_swig_type::load_members ( const swig_octave_class c,
member_map out 
) const
inlineprivate

Definition at line 1014 of file plplot_octaveOCTAVE_wrap.cxx.

void octave_swig_type::load_members ( member_map out) const
inlineprivate

Definition at line 1035 of file plplot_octaveOCTAVE_wrap.cxx.

static octave_value octave_swig_type::make_value_hack ( const octave_base_value &  x)
inlinestaticprivate

Definition at line 1104 of file plplot_octaveOCTAVE_wrap.cxx.

virtual string_vector octave_swig_type::map_keys ( ) const
inlinevirtual

Definition at line 1512 of file plplot_octaveOCTAVE_wrap.cxx.

virtual Octave_map octave_swig_type::map_value ( ) const
inlinevirtual

Definition at line 1507 of file plplot_octaveOCTAVE_wrap.cxx.

octave_value_list octave_swig_type::member_deref ( member_value_pair m,
const octave_value_list &  args 
)
inlineprivate

Definition at line 1091 of file plplot_octaveOCTAVE_wrap.cxx.

octave_value_list octave_swig_type::member_invoke ( member_value_pair m,
const octave_value_list &  args,
int  nargout 
)
inlineprivate

Definition at line 1042 of file plplot_octaveOCTAVE_wrap.cxx.

void octave_swig_type::merge ( octave_swig_type rhs)
inline

Definition at line 1246 of file plplot_octaveOCTAVE_wrap.cxx.

octave_swig_type& octave_swig_type::operator= ( const octave_swig_type rhs)
private
void octave_swig_type::print ( std::ostream &  os,
bool  pr_as_read_syntax = false 
) const
inline

Definition at line 1643 of file plplot_octaveOCTAVE_wrap.cxx.

virtual bool octave_swig_type::save_ascii ( std::ostream &  os)
inlinevirtual

Definition at line 1524 of file plplot_octaveOCTAVE_wrap.cxx.

virtual bool octave_swig_type::save_binary ( std::ostream &  os,
bool &  save_as_floats 
)
inlinevirtual

Definition at line 1532 of file plplot_octaveOCTAVE_wrap.cxx.

virtual std::string octave_swig_type::string_value ( bool  force = false) const
inlinevirtual

Definition at line 1487 of file plplot_octaveOCTAVE_wrap.cxx.

octave_value octave_swig_type::subsasgn ( const std::string &  ops,
const std::list< octave_value_list > &  idx,
const octave_value &  rhs 
)
inline

Definition at line 1426 of file plplot_octaveOCTAVE_wrap.cxx.

virtual octave_value octave_swig_type::subsref ( const std::string &  ops,
const std::list< octave_value_list > &  idx 
)
inlinevirtual

Definition at line 1334 of file plplot_octaveOCTAVE_wrap.cxx.

virtual octave_value_list octave_swig_type::subsref ( const std::string &  ops,
const std::list< octave_value_list > &  idx,
int  nargout 
)
inlinevirtual

Definition at line 1339 of file plplot_octaveOCTAVE_wrap.cxx.

swig_member_const_iterator octave_swig_type::swig_members_begin ( )
inline

Definition at line 1263 of file plplot_octaveOCTAVE_wrap.cxx.

swig_member_const_iterator octave_swig_type::swig_members_end ( )
inline

Definition at line 1264 of file plplot_octaveOCTAVE_wrap.cxx.

long octave_swig_type::swig_this ( ) const
inline

Definition at line 1216 of file plplot_octaveOCTAVE_wrap.cxx.

std::string octave_swig_type::swig_type_name ( ) const
inline

Definition at line 1230 of file plplot_octaveOCTAVE_wrap.cxx.

Member Data Documentation

bool octave_swig_type::always_static
private

Definition at line 947 of file plplot_octaveOCTAVE_wrap.cxx.

const swig_type_info* octave_swig_type::construct_type
private

Definition at line 940 of file plplot_octaveOCTAVE_wrap.cxx.

member_map octave_swig_type::members
private

Definition at line 946 of file plplot_octaveOCTAVE_wrap.cxx.

swig_module_info* octave_swig_type::module
mutableprivate

Definition at line 938 of file plplot_octaveOCTAVE_wrap.cxx.

int octave_swig_type::own
private

Definition at line 942 of file plplot_octaveOCTAVE_wrap.cxx.

std::vector< type_ptr_pair > octave_swig_type::types
private

Definition at line 941 of file plplot_octaveOCTAVE_wrap.cxx.


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