IODA
ioda::detail::Object_Accessor_Complex< DataType, value_type > Struct Template Reference

#include <Complex.h>

Public Types

typedef std::remove_const< DataType >::type mutable_DataType
 
typedef std::shared_ptr< Marshalled_Data< DataType, mutable_DataType > > serialized_type
 
typedef std::shared_ptr< const Marshalled_Data< DataType, mutable_DataType > > const_serialized_type
 

Public Member Functions

const_serialized_type serialize (::gsl::span< const DataType > d)
 Converts an object into a void* byte stream. More...
 
serialized_type prep_deserialize (size_t numObjects)
 Construct an object from a byte stream, and deallocate any temporary buffer. More...
 
void deserialize (serialized_type p, gsl::span< DataType > data)
 Unpack the data. For POD, nothing special here. More...
 

Detailed Description

template<class DataType, class value_type = DataType::value_type>
struct ioda::detail::Object_Accessor_Complex< DataType, value_type >

Definition at line 19 of file Complex.h.

Member Typedef Documentation

◆ const_serialized_type

template<class DataType , class value_type = DataType::value_type>
typedef std::shared_ptr<const Marshalled_Data<DataType, mutable_DataType> > ioda::detail::Object_Accessor_Complex< DataType, value_type >::const_serialized_type

Definition at line 24 of file Complex.h.

◆ mutable_DataType

template<class DataType , class value_type = DataType::value_type>
typedef std::remove_const<DataType>::type ioda::detail::Object_Accessor_Complex< DataType, value_type >::mutable_DataType

Definition at line 20 of file Complex.h.

◆ serialized_type

template<class DataType , class value_type = DataType::value_type>
typedef std::shared_ptr<Marshalled_Data<DataType, mutable_DataType> > ioda::detail::Object_Accessor_Complex< DataType, value_type >::serialized_type

Definition at line 23 of file Complex.h.

Member Function Documentation

◆ deserialize()

template<class DataType , class value_type = DataType::value_type>
void ioda::detail::Object_Accessor_Complex< DataType, value_type >::deserialize ( serialized_type  p,
gsl::span< DataType >  data 
)
inline

Unpack the data. For POD, nothing special here.

Definition at line 46 of file Complex.h.

◆ prep_deserialize()

template<class DataType , class value_type = DataType::value_type>
serialized_type ioda::detail::Object_Accessor_Complex< DataType, value_type >::prep_deserialize ( size_t  numObjects)
inline

Construct an object from a byte stream, and deallocate any temporary buffer.

Note
For trivial (POD) objects, there is no need to do anything.

Definition at line 40 of file Complex.h.

◆ serialize()

template<class DataType , class value_type = DataType::value_type>
const_serialized_type ioda::detail::Object_Accessor_Complex< DataType, value_type >::serialize ( ::gsl::span< const DataType >  d)
inline

Converts an object into a void* byte stream.

Note
The shared_ptr takes care of "deallocation" when we no longer need the "buffer".

Definition at line 29 of file Complex.h.


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