OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ThreadSafeUuidGenerator Class Reference

#include <random_generator.h>

Collaboration diagram for ThreadSafeUuidGenerator:

Public Member Functions

boost::uuids::uuid operator() ()
 

Private Attributes

boost::uuids::random_generator rgen_
 
tbb::mutex mutex_
 

Detailed Description

Definition at line 13 of file random_generator.h.

Member Function Documentation

boost::uuids::uuid ThreadSafeUuidGenerator::operator() ( )
inline

Definition at line 15 of file random_generator.h.

Member Data Documentation

tbb::mutex ThreadSafeUuidGenerator::mutex_
private

Definition at line 22 of file random_generator.h.

boost::uuids::random_generator ThreadSafeUuidGenerator::rgen_
private

Definition at line 21 of file random_generator.h.


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