openPMD-api
Public Types | Static Public Member Functions | List of all members
openPMD::detail::AttributeTypes< bool > Struct Reference

Public Types

using rep = detail::bool_representation
 

Static Public Member Functions

static void oldCreateAttribute (adios2::IO &IO, std::string name, bool value)
 
static void oldReadAttribute (adios2::IO &IO, std::string name, std::shared_ptr< Attribute::resource > resource)
 
static void createAttribute (adios2::IO &IO, adios2::Engine &engine, detail::BufferedAttributeWrite &params, bool value)
 
static void readAttribute (detail::PreloadAdiosAttributes const &, std::string name, std::shared_ptr< Attribute::resource > resource)
 
static constexpr rep toRep (bool b)
 
static constexpr bool fromRep (rep r)
 
static bool attributeUnchanged (adios2::IO &IO, std::string name, bool val)
 

The documentation for this struct was generated from the following files: