MADNESS  version 0.9
Classes | Namespaces | Functions
worldptr.h File Reference
#include <madness/world/worldexc.h>
#include <madness/world/worldtypes.h>
#include <madness/world/archive.h>
#include <madness/world/worldfwd.h>
#include <algorithm>
#include <iostream>
Include dependency graph for worldptr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  madness::detail::ptr_traits< U >
 
struct  madness::detail::ptr_traits< void >
 
class  madness::detail::WorldPtr< T >
 A global pointer address, valid anywhere in the world. More...
 
struct  madness::archive::ArchiveLoadImpl< Archive, T >
 Default load of a thingy via serialize(ar,t) More...
 
struct  madness::archive::ArchiveStoreImpl< Archive, T >
 Default store of a thingy via serialize(ar,t) More...
 
struct  madness::archive::ArchiveLoadImpl< Archive, detail::WorldPtr< T > >
 
struct  madness::archive::ArchiveStoreImpl< Archive, detail::WorldPtr< T > >
 

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 
 madness::detail
 
 madness::archive
 

Functions

template<typename T >
void madness::detail::swap (WorldPtr< T > &l, WorldPtr< T > &r)
 Swap the content of l with r. More...
 
template<typename T , typename U >
bool madness::detail::operator> (const WorldPtr< T > &left, const WorldPtr< U > &right)
 
template<typename T , typename U >
bool madness::detail::operator<= (const WorldPtr< T > &left, const WorldPtr< U > &right)
 
template<typename T , typename U >
bool madness::detail::operator>= (const WorldPtr< T > &left, const WorldPtr< U > &right)