RefleX
Build DDS Applications in Modern C++ without IDL
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Public Member Functions | List of all members
reflex::match::Bounded< T, Bound > Class Template Reference

#include <bounded.h>

Public Member Functions

 Bounded ()
 
 Bounded (T &t)
 
 Bounded (const Bounded &b)
 
 operator T & () const
 
Boundedoperator= (T &t)
 

Constructor & Destructor Documentation

template<typename T, size_t Bound>
reflex::match::Bounded< T, Bound >::Bounded ( )
inline
template<typename T, size_t Bound>
reflex::match::Bounded< T, Bound >::Bounded ( T &  t)
inlineexplicit
template<typename T, size_t Bound>
reflex::match::Bounded< T, Bound >::Bounded ( const Bounded< T, Bound > &  b)
inline

Member Function Documentation

template<typename T, size_t Bound>
reflex::match::Bounded< T, Bound >::operator T & ( ) const
inline
template<typename T, size_t Bound>
Bounded& reflex::match::Bounded< T, Bound >::operator= ( T &  t)
inline

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