Navigation

Operators and Keywords

Function List:

C++ API

printf_value_cache Class Reference

Collaboration diagram for printf_value_cache:

List of all members.


Public Types

enum  state { ok, conversion_error }

Public Member Functions

 printf_value_cache (const octave_value_list &args, const std::string &who)
 ~printf_value_cache (void)
double double_value (void)
int int_value (void)
std::string string_value (void)
 operator bool () const
bool exhausted (void)

Member Enumeration Documentation

Enumerator:
ok 
conversion_error 


Constructor & Destructor Documentation

printf_value_cache::printf_value_cache ( const octave_value_list args,
const std::string who 
) [inline]

printf_value_cache::~printf_value_cache ( void   )  [inline]


Member Function Documentation

double printf_value_cache::double_value ( void   ) 

bool printf_value_cache::exhausted ( void   )  [inline]

int printf_value_cache::int_value ( void   ) 

printf_value_cache::operator bool ( void   )  const [inline]

std::string printf_value_cache::string_value ( void   ) 


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