Holds a64-bit signed integer.
More...
#include <Int64.h>
Holds a64-bit signed integer.
- See also
- BaseType
Definition at line 48 of file Int64.h.
◆ Int64() [1/3]
| libdap::Int64::Int64 |
( |
const string & | n | ) |
|
◆ Int64() [2/3]
◆ Int64() [3/3]
| libdap::Int64::Int64 |
( |
const Int64 & | copy_from | ) |
|
◆ ~Int64()
| libdap::Int64::~Int64 |
( |
| ) |
|
|
virtual |
◆ compute_checksum()
| void libdap::Int64::compute_checksum |
( |
Crc32 & | checksum | ) |
|
|
override |
◆ d4_ops()
| bool libdap::Int64::d4_ops |
( |
BaseType * | b, |
|
|
int | op ) |
|
override |
- See also
- BaseType::d4_ops(BaseType *, int)
Definition at line 178 of file Int64.cc.
◆ deserialize()
◆ dump()
| void libdap::Int64::dump |
( |
ostream & | strm | ) |
const |
|
override |
dumps information about this object
Displays the pointer value of this instance and information about this instance.
- Parameters
-
| strm | C++ i/o stream to dump the information to |
- Returns
- void
Definition at line 252 of file Int64.cc.
◆ is_dap4_projected()
| bool libdap::Int64::is_dap4_projected |
( |
std::vector< string > & | inventory | ) |
|
|
override |
When send_p() is true a description of the instance is added to the inventory and true is returned.
- Parameters
-
| inventory | is a value-result parameter |
- Returns
- True when send_p() is true, false otherwise
Definition at line 234 of file Int64.cc.
◆ operator=()
| Int64 & libdap::Int64::operator= |
( |
const Int64 & | rhs | ) |
|
◆ ops()
| bool libdap::Int64::ops |
( |
BaseType * | b, |
|
|
int | op ) |
|
override |
◆ print_val()
| void libdap::Int64::print_val |
( |
ostream & | out, |
|
|
string | space = "", |
|
|
bool | print_decl_p = true ) |
|
override |
◆ ptr_duplicate()
| BaseType * libdap::Int64::ptr_duplicate |
( |
| ) |
|
|
override |
◆ serialize()
Serialize an Int8.
- Parameters
-
| m | |
| dmr | Unused |
| eval | Unused |
| filter | Unused |
- Exceptions
-
| Error | is thrown if the value needs to be read and that operation fails. |
Definition at line 126 of file Int64.cc.
◆ set_value()
| bool libdap::Int64::set_value |
( |
dods_int64 | i | ) |
|
|
virtual |
◆ transform_to_dap2()
DAP4 to DAP2 transform.
Return a DAP2 'copy' of the variable.
- Returns
- A pointer to the transformed variable
Definition at line 214 of file Int64.cc.
◆ value()
| dods_int64 libdap::Int64::value |
( |
| ) |
const |
|
virtual |
◆ width()
| unsigned int libdap::Int64::width |
( |
bool | = false | ) |
const |
|
inlineoverride |
◆ width_ll()
| int64_t libdap::Int64::width_ll |
( |
bool | = false | ) |
const |
|
inlineoverride |
◆ d_buf
| dods_int64 libdap::Int64::d_buf |
|
protected |
The documentation for this class was generated from the following files: