blocxx
|
#include "blocxx/BLOCXX_config.h"
#include "blocxx/COWReference.hpp"
#include <map>
#include <functional>
Go to the source code of this file.
Classes | |
class | BLOCXX_NAMESPACE::Map< Key, T, Compare > |
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
Functions | |
template<class Key , class T , class Compare > | |
bool | BLOCXX_NAMESPACE::operator== (const Map< Key, T, Compare > &x, const Map< Key, T, Compare > &y) |
template<class Key , class T , class Compare > | |
bool | BLOCXX_NAMESPACE::operator< (const Map< Key, T, Compare > &x, const Map< Key, T, Compare > &y) |
template<class Key , class T , class Compare > | |
std::map< Key, T, Compare > * | BLOCXX_NAMESPACE::COWReferenceClone (std::map< Key, T, Compare > *obj) |
template<class Key , class T , class Compare > | |
void | BLOCXX_NAMESPACE::swap (Map< Key, T, Compare > &x, Map< Key, T, Compare > &y) |