Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::archive::tracking_type Struct Reference

#include <basic_archive.hpp>

Public Member Functions

 tracking_type (const bool t_=false)
 
 tracking_type (const tracking_type &t_)
 
 operator bool () const
 
 operator bool & ()
 
tracking_typeoperator= (const bool t_)
 
bool operator== (const tracking_type &rhs) const
 
bool operator== (const bool &rhs) const
 
tracking_typeoperator= (const tracking_type &rhs)
 

Public Attributes

bool t
 

Constructor & Destructor Documentation

boost::archive::tracking_type::tracking_type ( const bool  t_ = false)
inlineexplicit
boost::archive::tracking_type::tracking_type ( const tracking_type t_)
inline

Member Function Documentation

boost::archive::tracking_type::operator bool ( ) const
inline

References t.

boost::archive::tracking_type::operator bool & ( )
inline

References t.

tracking_type& boost::archive::tracking_type::operator= ( const bool  t_)
inline
tracking_type& boost::archive::tracking_type::operator= ( const tracking_type rhs)
inline

References t.

bool boost::archive::tracking_type::operator== ( const tracking_type rhs) const
inline

References t.

bool boost::archive::tracking_type::operator== ( const bool &  rhs) const
inline

Member Data Documentation

bool boost::archive::tracking_type::t

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