17#include "ioss_export.h"
36 Blob(
DatabaseIO *io_database,
const std::string &my_name, int64_t item_count);
49 int64_t internal_get_field_data(
const Field &field,
void *data,
50 size_t data_size)
const override;
52 int64_t internal_put_field_data(
const Field &field,
void *data,
53 size_t data_size)
const override;
55 int64_t internal_get_zc_field_data(
const Field &field,
void **data,
56 size_t *data_size)
const override;
#define IOSS_NODISCARD
Definition Ioss_CodeTypes.h:55
A homogeneous collection of other GroupingEntities.
Definition Ioss_Blob.h:31
IOSS_NODISCARD std::string short_type_string() const override
Get a short name of the particular type of entity.
Definition Ioss_Blob.h:39
IOSS_NODISCARD std::string contains_string() const override
What does this entity contain.
Definition Ioss_Blob.h:40
IOSS_NODISCARD EntityType type() const override
Get the EntityType, which indicates the particular type of GroupingEntity this is.
Definition Ioss_Blob.h:41
Blob(const Blob &other)=default
IOSS_NODISCARD std::string type_string() const override
Get the name of the particular type of entity.
Definition Ioss_Blob.h:38
An input or output Database.
Definition Ioss_DatabaseIO.h:63
Holds metadata for bulk data associated with a GroupingEntity.
Definition Ioss_Field.h:25
Base class for all 'grouping' entities. The following derived classes are typical:
Definition Ioss_GroupingEntity.h:67
A named value that has a known type.
Definition Ioss_Property.h:27
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40
std::vector< const Ioss::GroupingEntity * > EntityContainer
Definition Ioss_Assembly.h:26
EntityType
The particular type of GroupingEntity.
Definition Ioss_EntityType.h:12
@ BLOB
Definition Ioss_EntityType.h:29