blocxx
Classes | Namespaces | Functions
ArrayFwd.hpp File Reference
#include "blocxx/BLOCXX_config.h"

Go to the source code of this file.

Classes

class  BLOCXX_NAMESPACE::Array< T >
 Array<> wraps std::vector<> in COWReference<> adding ref counting and copy on write capability. More...
 

Namespaces

namespace  BLOCXX_NAMESPACE
 Taken from RFC 1321.
 

Functions

template<class T >
bool BLOCXX_NAMESPACE::operator== (const Array< T > &x, const Array< T > &y)
 
template<class T >
bool BLOCXX_NAMESPACE::operator< (const Array< T > &x, const Array< T > &y)
 
template<class T >
void BLOCXX_NAMESPACE::swap (Array< T > &x, Array< T > &y)