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

#include <name_generator.hpp>

Public Types

typedef uuid result_type
 

Public Member Functions

 name_generator (uuid const &namespace_uuid_)
 
uuid operator() (const char *name)
 
uuid operator() (const wchar_t *name)
 
template<typename ch , typename char_traits , typename alloc >
uuid operator() (std::basic_string< ch, char_traits, alloc > const &name)
 
uuid operator() (void const *buffer, std::size_t byte_count)
 

Member Typedef Documentation

Constructor & Destructor Documentation

boost::uuids::name_generator::name_generator ( uuid const &  namespace_uuid_)
inlineexplicit

Member Function Documentation

uuid boost::uuids::name_generator::operator() ( const char *  name)
inline
uuid boost::uuids::name_generator::operator() ( const wchar_t *  name)
inline
template<typename ch , typename char_traits , typename alloc >
uuid boost::uuids::name_generator::operator() ( std::basic_string< ch, char_traits, alloc > const &  name)
inline
uuid boost::uuids::name_generator::operator() ( void const *  buffer,
std::size_t  byte_count 
)
inline

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