DataSpace.
More...
#include <data_space.h>
|
| | DataSpace (pBaseAPI p_owner) |
| | DataSpace: Constructor.
|
| |
|
| ~DataSpace () |
| | DataSpace: Destructor.
|
| |
| | Space (pBaseAPI p_owner) |
| | Space: Constructor.
|
| |
|
| ~Space () |
| | Space: Destructor.
|
| |
| int | get_state () |
| |
| bool | get_block (int idx, SnippetText &snip_text) |
| |
| bool | get_block (pChar name, SnippetText &snip_text) |
| |
| int | object_size () |
| |
| void * | get_object () |
| |
| pBlock | get_block (int idx) |
| |
| StatusCode | new_tuple (int num_items, pBlock blocks[], Name p_names[], int num_bytes, AttributeMap *att=nullptr) |
| |
| char * | item_name (int idx) |
| |
| int | index (pChar name) |
| |
| pBlock | get_block (int idx) |
| |
| bool | is_a (pKind kind) |
| |
| int | audit () |
| |
| void | set_dimensions (int *p_dim) |
| |
| void | get_dimensions (int *p_dim) |
| |
| bool | validate_index (int *p_idx) |
| |
| int | validate_offset (int offset) |
| |
| int | get_offset (int *p_idx) |
| |
| void | get_index (int offset, int *p_idx) |
| |
| char * | get_string (int *p_idx) |
| |
| char * | get_string (int offset) |
| |
| void | set_string (int *p_idx, const char *p_str) |
| |
| void | set_string (int offset, const char *p_str) |
| |
| char * | get_attribute (int attribute_id) |
| |
| void | set_attributes (AttributeMap *all_att) |
| |
| void | get_attributes (AttributeMap *all_att) |
| |
| void | init_string_buffer () |
| |
| bool | find_NAs_in_tensor () |
| |
| int * | align64bit (uintptr_t ipt) |
| | Align a pointer (as uintptr_t) to the next 8 byte boundary assuming the block is aligned.
|
| |
| int * | p_attribute_keys () |
| |
| pStringBuffer | p_string_buffer () |
| |
| int | get_string_offset (pStringBuffer psb, const char *p_str) |
| |
| bool | is_a_filter () |
| | Check (in depth) the validity of a filter.
|
| |
| bool | can_filter (pBlock p_block) |
| |
| void | close_block (int set_has_NA=SET_HAS_NA_FALSE, bool set_hash=true, bool set_time=true) |
| |
| bool | check_hash () |
| |
|
|
std::map< stdName, std::string > | grid |
| | An attribute that is a map of names to other Spaces or strings.
|
| |
|
std::map< stdName, std::string > | keys |
| | An attribute that is a map of names to other Spaces or strings.
|
| |
◆ DataSpace()
| jazz_models::DataSpace::DataSpace |
( |
pBaseAPI |
p_owner | ) |
|
DataSpace: Constructor.
- Parameters
-
| p_owner | A pointer to the BaseAPI that owns the DataSpace. |
The documentation for this class was generated from the following files: