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

#include <Marshalling.h>

Public Types

typedef std::remove_const< DataType >::type mutable_DataType
 
typedef std::remove_const< value_type >::type mutable_value_type
 
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

 Object_Accessor_Fixed_Array (detail::PointerOwner pointerOwner=detail::PointerOwner::Caller)
 
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...
 

Public Attributes

detail::PointerOwner pointerOwner_
 

Detailed Description

template<class DataType, class value_type = std::remove_pointer<std::decay<DataType>>>
struct ioda::detail::Object_Accessor_Fixed_Array< DataType, value_type >

Definition at line 113 of file Marshalling.h.

Member Typedef Documentation

◆ const_serialized_type

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

Definition at line 117 of file Marshalling.h.

◆ mutable_DataType

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

Definition at line 114 of file Marshalling.h.

◆ mutable_value_type

template<class DataType , class value_type = std::remove_pointer<std::decay<DataType>>>
typedef std::remove_const<value_type>::type ioda::detail::Object_Accessor_Fixed_Array< DataType, value_type >::mutable_value_type

Definition at line 115 of file Marshalling.h.

◆ serialized_type

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

Definition at line 116 of file Marshalling.h.

Constructor & Destructor Documentation

◆ Object_Accessor_Fixed_Array()

template<class DataType , class value_type = std::remove_pointer<std::decay<DataType>>>
ioda::detail::Object_Accessor_Fixed_Array< DataType, value_type >::Object_Accessor_Fixed_Array ( detail::PointerOwner  pointerOwner = detail::PointerOwner::Caller)
inline

Definition at line 121 of file Marshalling.h.

Member Function Documentation

◆ deserialize()

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

Unpack the data. For POD, nothing special here.

Definition at line 148 of file Marshalling.h.

◆ prep_deserialize()

template<class DataType , class value_type = std::remove_pointer<std::decay<DataType>>>
serialized_type ioda::detail::Object_Accessor_Fixed_Array< 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 142 of file Marshalling.h.

◆ serialize()

template<class DataType , class value_type = std::remove_pointer<std::decay<DataType>>>
const_serialized_type ioda::detail::Object_Accessor_Fixed_Array< 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 125 of file Marshalling.h.

Member Data Documentation

◆ pointerOwner_

template<class DataType , class value_type = std::remove_pointer<std::decay<DataType>>>
detail::PointerOwner ioda::detail::Object_Accessor_Fixed_Array< DataType, value_type >::pointerOwner_

Definition at line 118 of file Marshalling.h.


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