Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::flyweights::detail::optimized_key_value< Key, Value, KeyFromValue >::rep_type Class Reference

#include <key_value.hpp>

Public Member Functions

 BOOST_FLYWEIGHT_PERFECT_FWD (explicit rep_type, BOOST_FLYWEIGHT_PERFECT_FWD_CTR_BODY) rep_type(const rep_type &x)
 
 rep_type (const value_type &x)
 
 rep_type (rep_type &&x)
 
 rep_type (value_type &&x)
 
 ~rep_type ()
 
 operator const key_type & () const
 
 operator const value_type & () const
 

Friends

struct optimized_key_value
 

Constructor & Destructor Documentation

template<typename Key , typename Value , typename KeyFromValue >
boost::flyweights::detail::optimized_key_value< Key, Value, KeyFromValue >::rep_type::rep_type ( const value_type x)
inline
template<typename Key , typename Value , typename KeyFromValue >
boost::flyweights::detail::optimized_key_value< Key, Value, KeyFromValue >::rep_type::rep_type ( rep_type &&  x)
inline
template<typename Key , typename Value , typename KeyFromValue >
boost::flyweights::detail::optimized_key_value< Key, Value, KeyFromValue >::rep_type::rep_type ( value_type &&  x)
inline
template<typename Key , typename Value , typename KeyFromValue >
boost::flyweights::detail::optimized_key_value< Key, Value, KeyFromValue >::rep_type::~rep_type ( )
inline

Member Function Documentation

template<typename Key , typename Value , typename KeyFromValue >
boost::flyweights::detail::optimized_key_value< Key, Value, KeyFromValue >::rep_type::BOOST_FLYWEIGHT_PERFECT_FWD ( explicit  rep_type,
BOOST_FLYWEIGHT_PERFECT_FWD_CTR_BODY   
) const
inline
template<typename Key , typename Value , typename KeyFromValue >
boost::flyweights::detail::optimized_key_value< Key, Value, KeyFromValue >::rep_type::operator const key_type & ( ) const
inline
template<typename Key , typename Value , typename KeyFromValue >
boost::flyweights::detail::optimized_key_value< Key, Value, KeyFromValue >::rep_type::operator const value_type & ( ) const
inline

Friends And Related Function Documentation

template<typename Key , typename Value , typename KeyFromValue >
friend struct optimized_key_value
friend

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