IODA
ioda::Type Class Reference

Represents the "type" (i.e. integer, string, float) of a piece of data. More...

#include <Type.h>

Inheritance diagram for ioda::Type:
Collaboration diagram for ioda::Type:

Public Member Functions

 Type ()
 
 Type (std::shared_ptr< detail::Type_Backend > b, std::type_index t)
 
 Type (BasicTypes, gsl::not_null<::ioda::detail::Type_Provider * > t)
 
virtual ~Type ()
 
Type-querying functions
std::type_index getType () const
 
std::type_index operator() () const
 
std::type_index get () const
 
- Public Member Functions inherited from ioda::detail::Type_Base< Type_Implementation >
virtual ~Type_Base ()
 
std::shared_ptr< Type_BackendgetBackend () const
 
bool isValid () const
 
virtual size_t getSize () const
 Get the size of a single element of a type, in bytes. More...
 

Private Attributes

std::type_index as_type_index_
 

Additional Inherited Members

- Protected Member Functions inherited from ioda::detail::Type_Base< Type_Implementation >
 Type_Base (std::shared_ptr< Type_Backend > b, ::ioda::detail::Type_Provider *p)
 
detail::Type_ProvidergetTypeProvider () const
 Get the type provider. More...
 
- Protected Attributes inherited from ioda::detail::Type_Base< Type_Implementation >
::ioda::detail::Type_Providerprovider_
 

Detailed Description

Represents the "type" (i.e. integer, string, float) of a piece of data.

Generally, you do not have to use this class directly. Attributes and Variables have templated functions that convert your type into the type used internally by ioda.

See also
Types::GetType and Types::GetType_Wrapper for functions that produce these types.

Definition at line 123 of file Type.h.

Constructor & Destructor Documentation

◆ Type() [1/3]

ioda::Type::Type ( )

Definition at line 87 of file Type.cpp.

◆ Type() [2/3]

ioda::Type::Type ( std::shared_ptr< detail::Type_Backend b,
std::type_index  t 
)

Definition at line 88 of file Type.cpp.

◆ Type() [3/3]

ioda::Type::Type ( BasicTypes  typ,
gsl::not_null<::ioda::detail::Type_Provider * >  t 
)

Definition at line 91 of file Type.cpp.

◆ ~Type()

ioda::Type::~Type ( )
virtualdefault

Member Function Documentation

◆ get()

std::type_index ioda::Type::get ( ) const
inline

Definition at line 138 of file Type.h.

◆ getType()

std::type_index ioda::Type::getType ( ) const
inline
Deprecated:
This function is problematic since we cannot query a type properly when loading from a file.

Definition at line 136 of file Type.h.

Here is the caller graph for this function:

◆ operator()()

std::type_index ioda::Type::operator() ( ) const
inline

Definition at line 137 of file Type.h.

Member Data Documentation

◆ as_type_index_

std::type_index ioda::Type::as_type_index_
private

Definition at line 142 of file Type.h.


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