DUDS
Distributed Update of Data from Something
SomethingRef.hpp File Reference

An idea; use or pitch? More...

#include <boost/uuid/uuid.hpp>
#include <boost/uuid/nil_generator.hpp>
#include <memory>
Include dependency graph for SomethingRef.hpp:

Go to the source code of this file.

Classes

struct  duds::CompareSharedContent< C >
 OLD Performs a less than comparison on an object contained within a Boost shared pointer. More...
 
class  duds::SomethingRef< ST >
 A reference to a Something object. More...
 
class  duds::SomethingWeakRef< ST >
 A weak reference to a Something object. More...
 

Namespaces

 duds
 

Typedefs

typedef std::set< const std::shared_ptr< Something >, CompareSharedContent< Something > > duds::SomethingSet
 

Detailed Description

An idea; use or pitch?

Definition in file SomethingRef.hpp.