blitz Version 1.0.2
Loading...
Searching...
No Matches
blitz::ETBase< T > Class Template Reference

#include <etbase.h>

Inheritance diagram for blitz::ETBase< T >:
Inheritance graph
Collaboration diagram for blitz::ETBase< T >:
Collaboration graph

Public Types

typedef T T_unwrapped
 

Public Member Functions

 ETBase ()
 
 ETBase (const ETBase< T > &)
 
T & unwrap ()
 
const T & unwrap () const
 
ETBase< T > & wrap ()
 
const ETBase< T > & wrap () const
 

Member Typedef Documentation

◆ T_unwrapped

template<typename T >
typedef T blitz::ETBase< T >::T_unwrapped

Constructor & Destructor Documentation

◆ ETBase() [1/2]

template<typename T >
blitz::ETBase< T >::ETBase ( )
inline

◆ ETBase() [2/2]

template<typename T >
blitz::ETBase< T >::ETBase ( const ETBase< T > &  )
inline

Member Function Documentation

◆ unwrap() [1/2]

template<typename T >
T & blitz::ETBase< T >::unwrap ( )
inline

◆ unwrap() [2/2]

template<typename T >
const T & blitz::ETBase< T >::unwrap ( ) const
inline

◆ wrap() [1/2]

template<typename T >
ETBase< T > & blitz::ETBase< T >::wrap ( )
inline

◆ wrap() [2/2]

template<typename T >
const ETBase< T > & blitz::ETBase< T >::wrap ( ) const
inline

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