libMesh::Parallel::StandardType< std::complex< T > > Class Template Reference

#include <standard_type.h>

Inheritance diagram for libMesh::Parallel::StandardType< std::complex< T > >:

Public Member Functions

 StandardType (const std::complex< T > *=nullptr)
 
 ~StandardType ()
 
 operator const data_type & () const
 
 operator data_type & ()
 
void commit ()
 
void free ()
 

Protected Attributes

data_type _datatype
 

Detailed Description

template<typename T>
class libMesh::Parallel::StandardType< std::complex< T > >

Definition at line 328 of file standard_type.h.

Constructor & Destructor Documentation

◆ StandardType()

template<typename T >
libMesh::Parallel::StandardType< std::complex< T > >::StandardType ( const std::complex< T > *  = nullptr)
inlineexplicit

Definition at line 332 of file standard_type.h.

332  :
333  DataType(StandardType<T>(nullptr), 2) {}

◆ ~StandardType()

template<typename T >
libMesh::Parallel::StandardType< std::complex< T > >::~StandardType ( )
inline

Definition at line 335 of file standard_type.h.

References libMesh::Parallel::DataType::free().

335 { this->free(); }

Member Function Documentation

◆ commit()

void libMesh::Parallel::DataType::commit ( )
inlineinherited

◆ free()

◆ operator const data_type &()

libMesh::Parallel::DataType::operator const data_type & ( ) const
inlineinherited

Definition at line 91 of file data_type.h.

References libMesh::Parallel::DataType::_datatype.

92  { return _datatype; }

◆ operator data_type &()

libMesh::Parallel::DataType::operator data_type & ( )
inlineinherited

Definition at line 94 of file data_type.h.

References libMesh::Parallel::DataType::_datatype.

95  { return _datatype; }

Member Data Documentation

◆ _datatype


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