$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::internal::bool_proxy Struct Reference

#include <mln/core/image/complex_image.hh>

Public Member Functions

 bool_proxy ()
 bool_proxy (bool b)
 operator bool & ()
 operator const bool & () const
bool operator< (const bool_proxy &rhs)
booloperator= (bool b)
bool operator== (const bool_proxy &rhs)

Detailed Description

Definition at line 60 of file mln/core/image/complex_image.hh.

Constructor & Destructor Documentation

mln::internal::bool_proxy::bool_proxy ( )
inline

Definition at line 63 of file mln/core/image/complex_image.hh.

mln::internal::bool_proxy::bool_proxy ( bool  b)
inline

Definition at line 64 of file mln/core/image/complex_image.hh.

Member Function Documentation

mln::internal::bool_proxy::operator bool & ( )
inline

Definition at line 67 of file mln/core/image/complex_image.hh.

mln::internal::bool_proxy::operator const bool & ( ) const
inline

Definition at line 68 of file mln/core/image/complex_image.hh.

bool mln::internal::bool_proxy::operator< ( const bool_proxy rhs)
inline

Definition at line 71 of file mln/core/image/complex_image.hh.

bool& mln::internal::bool_proxy::operator= ( bool  b)
inline

Definition at line 65 of file mln/core/image/complex_image.hh.

bool mln::internal::bool_proxy::operator== ( const bool_proxy rhs)
inline

Definition at line 70 of file mln/core/image/complex_image.hh.