libdap
Updated for version 3.17.2
|
#include <D4RValue.h>
Public Member Functions | |
D4RValue (BaseType *btp) | |
D4RValue (D4Function f, D4RValueList *args) | |
D4RValue (unsigned long long ui) | |
D4RValue (long long i) | |
D4RValue (double r) | |
D4RValue (std::string s) | |
D4RValue (std::vector< dods_byte > &byte_args) | |
D4RValue (std::vector< dods_int8 > &byte_int8) | |
D4RValue (std::vector< dods_uint16 > &byte_uint16) | |
D4RValue (std::vector< dods_int16 > &byte_int16) | |
D4RValue (std::vector< dods_uint32 > &byte_uint32) | |
D4RValue (std::vector< dods_int32 > &byte_int32) | |
D4RValue (std::vector< dods_uint64 > &byte_uint64) | |
D4RValue (std::vector< dods_int64 > &byte_int64) | |
D4RValue (std::vector< dods_float32 > &byte_float32) | |
D4RValue (std::vector< dods_float64 > &byte_float64) | |
BaseType * | value (DMR &dmr) |
Friends | |
class | D4RValueList |
Holds the RValues for the D4 function parser
Definition at line 73 of file D4RValue.h.
Return the BaseType * for a given RValue.
dmr | The DMR to pass to a function. |
Definition at line 198 of file D4RValue.cc.