Compounds | |
class | noncopyable |
make derived classes uncopyable. More... | |
class | counted |
counts the number of instances. More... | |
class | singleton |
ensure that only one object of a class may be constructed. More... | |
Functions | |
void | second_instance_error () |
template<class T> T | next (T x) |
next() and prior() template functions. More... | |
template<class T> T | prior (T x) |
opposite of next. More... |
see http://www.boost.org/ for the complete boost library
|
Definition at line 29 of file boost_util.cpp. Referenced by singleton< XML_Document >::singleton(). |
|
next() and prior() template functions. Helper functions for classes like bidirectional iterators not supporting operator+ and operator-.
Definition at line 53 of file boost_util.h. Referenced by XML_Attribute::XML_Attribute(). |
|
opposite of next.
Definition at line 57 of file boost_util.h. |
Contact me in case of errors or questions. This documentation is powered by . |
(C) 2000-2002 |