Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Private Attributes | List of all members
internal::NullOutputEnvelope< Type > Class Template Reference

#include <exceptions.hh>

Public Member Functions

 NullOutputEnvelope (const Type *x, bool quoted=false)
 
bool is_null () const
 
bool is_quoted () const
 
const Type & value () const
 

Private Attributes

const Type * x_
 
bool quoted_
 

Detailed Description

template<class Type>
class internal::NullOutputEnvelope< Type >

Definition at line 296 of file exceptions.hh.

Constructor & Destructor Documentation

template<class Type>
internal::NullOutputEnvelope< Type >::NullOutputEnvelope ( const Type *  x,
bool  quoted = false 
)
inline

Definition at line 298 of file exceptions.hh.

Member Function Documentation

template<class Type>
bool internal::NullOutputEnvelope< Type >::is_null ( ) const
inline

Definition at line 300 of file exceptions.hh.

template<class Type>
bool internal::NullOutputEnvelope< Type >::is_quoted ( ) const
inline

Definition at line 301 of file exceptions.hh.

template<class Type>
const Type& internal::NullOutputEnvelope< Type >::value ( ) const
inline

Definition at line 302 of file exceptions.hh.

Member Data Documentation

template<class Type>
bool internal::NullOutputEnvelope< Type >::quoted_
private

Definition at line 305 of file exceptions.hh.

template<class Type>
const Type* internal::NullOutputEnvelope< Type >::x_
private

Definition at line 304 of file exceptions.hh.


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