
Public Member Functions | |
| Noncopyable () | |
Private Member Functions | |
| Noncopyable (const Noncopyable &other) | |
| Noncopyable & | operator= (const Noncopyable &other) | 
Based on the Noncopyable class from www.boost.org.
Definition at line 44 of file SundanceNoncopyable.hpp.
| Sundance::Noncopyable::Noncopyable | ( | ) |  [inline] | 
        
Definition at line 47 of file SundanceNoncopyable.hpp.
| Sundance::Noncopyable::Noncopyable | ( | const Noncopyable & | other | ) |  [private] | 
        
private copy ctor
| Noncopyable& Sundance::Noncopyable::operator= | ( | const Noncopyable & | other | ) |  [private] | 
        
private assignment operator