GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "workspace-element.h"
Public Member Functions | |
workspace_element (char scope_arg= 'l', const std::string &symbol_arg="<name>", const std::string &class_name_arg="<class>", const std::string &value_arg="<value>", const std::string &dimension_arg="<dimension>", bool complex_flag_arg=false) | |
workspace_element (const workspace_element &ws_elt) | |
~workspace_element (void) | |
std::string | class_name (void) const |
bool | complex_flag (void) const |
std::string | dimension (void) const |
workspace_element | operator= (const workspace_element &ws_elt) |
char | scope (void) const |
std::string | symbol (void) const |
std::string | value (void) const |
Private Attributes | |
std::string | xclass_name |
bool | xcomplex_flag |
std::string | xdimension |
char | xscope |
std::string | xsymbol |
std::string | xvalue |
Definition at line 28 of file workspace-element.h.
|
inline |
Definition at line 32 of file workspace-element.h.
|
inline |
Definition at line 43 of file workspace-element.h.
|
inline |
Definition at line 64 of file workspace-element.h.
|
inline |
Definition at line 70 of file workspace-element.h.
References xclass_name.
Definition at line 76 of file workspace-element.h.
References xcomplex_flag.
|
inline |
Definition at line 74 of file workspace-element.h.
References xdimension.
Referenced by alnrel(), asinh(), atanh(), cacai(), cacon(), cairy(), casyi(), cbesh(), cbesi(), cbesj(), cbesk(), cbesy(), cbinu(), cbiry(), cbknu(), cbuni(), cbunk(), cfftb(), cfftb1(), cfftf(), cfftf1(), cffti(), cffti1(), cfode(), ckscl(), cmlri(), crati(), cseri(), cunhj(), cuni1(), cuni2(), cunik(), cunk1(), cunk2(), cuoik(), cwrsk(), datv(), dcnst0(), dcnstr(), ddasic(), ddasid(), ddasik(), ddaspk(), ddasrt(), ddstp(), ddwnrm(), dfnrmd(), dfnrmk(), dgamln(), dinvwt(), dlinsd(), dlinsk(), dlsode(), dmatd(), dnedd(), dnedk(), dnsd(), dnsid(), dnsik(), dnsk(), dorth(), dqagi(), dqagie(), dqagp(), dqagpe(), dqelg(), dqk15i(), dqk21(), dqpsrt(), drchek(), droots(), dslvd(), dslvk(), dspigm(), dyypnw(), erf(), erfc(), ewset(), gamln(), gamma(), intdy(), passb(), passb2(), passb3(), passb4(), passb5(), passf(), passf2(), passf3(), passf4(), passf5(), prepj(), qagi(), qagie(), qagp(), qagpe(), qelg(), qk15i(), qk21(), qpsrt(), r9lgmc(), scfode(), sewset(), sintdy(), slsode(), solsy(), sprepj(), ssolsy(), sstode(), stode(), svnorm(), vnorm(), xerror(), xersve(), xgetua(), xsetua(), zacai(), zacon(), zairy(), zasyi(), zbesh(), zbesi(), zbesj(), zbesk(), zbesy(), zbinu(), zbiry(), zbknu(), zbuni(), zbunk(), zfftb(), zfftb1(), zfftf(), zfftf1(), zffti(), zffti1(), zkscl(), zmlri(), zpassb(), zpassb2(), zpassb3(), zpassb4(), zpassb5(), zpassf(), zpassf2(), zpassf3(), zpassf4(), zpassf5(), zrati(), zseri(), zunhj(), zuni1(), zuni2(), zunik(), zunk1(), zunk2(), zuoik(), and zwrsk().
|
inline |
Definition at line 49 of file workspace-element.h.
References xclass_name, xcomplex_flag, xdimension, xscope, xsymbol, and xvalue.
Definition at line 66 of file workspace-element.h.
References xscope.
|
inline |
Definition at line 68 of file workspace-element.h.
References xsymbol.
|
inline |
Definition at line 72 of file workspace-element.h.
References xvalue.
|
private |
Definition at line 83 of file workspace-element.h.
Referenced by class_name(), and operator=().
|
private |
Definition at line 86 of file workspace-element.h.
Referenced by complex_flag(), and operator=().
|
private |
Definition at line 85 of file workspace-element.h.
Referenced by dimension(), and operator=().
|
private |
Definition at line 81 of file workspace-element.h.
Referenced by operator=(), and scope().
|
private |
Definition at line 82 of file workspace-element.h.
Referenced by operator=(), and symbol().
|
private |
Definition at line 84 of file workspace-element.h.
Referenced by operator=(), and value().