blocxx
|
#include "blocxx/BLOCXX_config.h"
#include "blocxx/COWReference.hpp"
#include <list>
Go to the source code of this file.
Classes | |
class | BLOCXX_NAMESPACE::List< T > |
This class is a wrapper around std::list<> and adds COW capabilities. More... | |
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
Functions | |
template<class T > | |
bool | BLOCXX_NAMESPACE::operator== (const List< T > &x, const List< T > &y) |
template<class T > | |
bool | BLOCXX_NAMESPACE::operator< (const List< T > &x, const List< T > &y) |
template<class T > | |
void | BLOCXX_NAMESPACE::swap (List< T > &x, List< T > &y) |
template<class T > | |
std::list< T > * | BLOCXX_NAMESPACE::COWReferenceClone (std::list< T > *obj) |