#include "OW_config.h"
#include "OW_COWReference.hpp"
#include <list>
Include dependency graph for OW_List.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
class | OW_NAMESPACE::List< T > |
This class is a wrapper around std::list<> and adds COW capabilities. More... | |
Functions | |
template<class T> | |
bool | OW_NAMESPACE::operator== (const List< T > &x, const List< T > &y) |
template<class T> | |
bool | OW_NAMESPACE::operator< (const List< T > &x, const List< T > &y) |
template<class T> | |
void | OW_NAMESPACE::swap (List< T > &x, List< T > &y) |
template<class T> | |
std::list< T > * | OW_NAMESPACE::COWReferenceClone (std::list< T > *obj) |