Navigation

Operators and Keywords

Function List:

C++ API

octave_bool Class Reference

#include <ov-bool.h>

Inherits octave_base_scalar< bool >.

Collaboration diagram for octave_bool:

List of all members.


Public Member Functions

 octave_bool (void)
 octave_bool (bool b)
 octave_bool (const octave_bool &s)
 ~octave_bool (void)
octave_base_valueclone (void) const
octave_base_valueempty_clone (void) const
type_conv_info numeric_conversion_function (void) const
octave_value do_index_op (const octave_value_list &idx, bool resize_ok=false)
idx_vector index_vector (void) const
builtin_type_t builtin_type (void) const
bool is_real_scalar (void) const
bool is_bool_scalar (void) const
bool is_bool_type (void) const
bool is_real_type (void) const
bool is_true (void) const
int8NDArray int8_array_value (void) const
int16NDArray int16_array_value (void) const
int32NDArray int32_array_value (void) const
int64NDArray int64_array_value (void) const
uint8NDArray uint8_array_value (void) const
uint16NDArray uint16_array_value (void) const
uint32NDArray uint32_array_value (void) const
uint64NDArray uint64_array_value (void) const
double double_value (bool=false) const
float float_value (bool=false) const
double scalar_value (bool=false) const
float float_scalar_value (bool=false) const
Matrix matrix_value (bool=false) const
FloatMatrix float_matrix_value (bool=false) const
NDArray array_value (bool=false) const
FloatNDArray float_array_value (bool=false) const
Complex complex_value (bool=false) const
FloatComplex float_complex_value (bool=false) const
ComplexMatrix complex_matrix_value (bool=false) const
FloatComplexMatrix float_complex_matrix_value (bool=false) const
ComplexNDArray complex_array_value (bool=false) const
FloatComplexNDArray float_complex_array_value (bool=false) const
SparseMatrix sparse_matrix_value (bool=false) const
SparseComplexMatrix sparse_complex_matrix_value (bool=false) const
SparseBoolMatrix sparse_bool_matrix_value (bool=false) const
charNDArray char_array_value (bool=false) const
bool bool_value (bool=false) const
boolMatrix bool_matrix_value (bool=false) const
boolNDArray bool_array_value (bool=false) const
octave_value resize (const dim_vector &dv, bool fill=false) const
octave_value convert_to_str_internal (bool pad, bool force, char type) const
bool save_ascii (std::ostream &os)
bool load_ascii (std::istream &is)
bool save_binary (std::ostream &os, bool &save_as_floats)
bool load_binary (std::istream &is, bool swap, oct_mach_info::float_format fmt)
int write (octave_stream &os, int block_size, oct_data_conv::data_type output_type, int skip, oct_mach_info::float_format flt_fmt) const
mxArrayas_mxArray (void) const

Constructor & Destructor Documentation

octave_bool::octave_bool ( void   )  [inline]

octave_bool::octave_bool ( bool  b  )  [inline]

octave_bool::octave_bool ( const octave_bool s  )  [inline]

octave_bool::~octave_bool ( void   )  [inline]


Member Function Documentation

NDArray octave_bool::array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

mxArray * octave_bool::as_mxArray ( void   )  const [virtual]

Reimplemented from octave_base_value.

boolNDArray octave_bool::bool_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

boolMatrix octave_bool::bool_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_bool::bool_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

builtin_type_t octave_bool::builtin_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

charNDArray octave_bool::char_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_base_value* octave_bool::clone ( void   )  const [inline, virtual]

Reimplemented from octave_base_scalar< bool >.

ComplexNDArray octave_bool::complex_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

ComplexMatrix octave_bool::complex_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

Complex octave_bool::complex_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_bool::convert_to_str_internal ( bool  pad,
bool  force,
char  type 
) const [virtual]

Reimplemented from octave_base_value.

octave_value octave_bool::do_index_op ( const octave_value_list idx,
bool  resize_ok = false 
) [virtual]

Reimplemented from octave_base_value.

double octave_bool::double_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_base_value* octave_bool::empty_clone ( void   )  const [inline, virtual]

Reimplemented from octave_base_scalar< bool >.

FloatNDArray octave_bool::float_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatComplexNDArray octave_bool::float_complex_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatComplexMatrix octave_bool::float_complex_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatComplex octave_bool::float_complex_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatMatrix octave_bool::float_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

float octave_bool::float_scalar_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

float octave_bool::float_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

idx_vector octave_bool::index_vector ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int16NDArray octave_bool::int16_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int32NDArray octave_bool::int32_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int64NDArray octave_bool::int64_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int8NDArray octave_bool::int8_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_bool::is_bool_scalar ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_bool::is_bool_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_bool::is_real_scalar ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_bool::is_real_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_bool::is_true ( void   )  const [inline, virtual]

Reimplemented from octave_base_scalar< bool >.

bool octave_bool::load_ascii ( std::istream &  is  )  [virtual]

Reimplemented from octave_base_value.

bool octave_bool::load_binary ( std::istream &  is,
bool  swap,
oct_mach_info::float_format  fmt 
) [virtual]

Reimplemented from octave_base_value.

Matrix octave_bool::matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_base_value::type_conv_info octave_bool::numeric_conversion_function ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_bool::resize ( const dim_vector dv,
bool  fill = false 
) const [virtual]

Reimplemented from octave_base_value.

bool octave_bool::save_ascii ( std::ostream os  )  [virtual]

Reimplemented from octave_base_value.

bool octave_bool::save_binary ( std::ostream os,
bool save_as_floats 
) [virtual]

Reimplemented from octave_base_value.

double octave_bool::scalar_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

SparseBoolMatrix octave_bool::sparse_bool_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

SparseComplexMatrix octave_bool::sparse_complex_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

SparseMatrix octave_bool::sparse_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

uint16NDArray octave_bool::uint16_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

uint32NDArray octave_bool::uint32_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

uint64NDArray octave_bool::uint64_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

uint8NDArray octave_bool::uint8_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int octave_bool::write ( octave_stream os,
int  block_size,
oct_data_conv::data_type  output_type,
int  skip,
oct_mach_info::float_format  flt_fmt 
) const [inline, virtual]

Reimplemented from octave_base_value.


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