Declaration and partial implementation of class
AnyPtr.
More...
#include "keyvalue/extern/SharedPtr.h"
#include "keyvalue/util/Paparazzo.h"
Go to the source code of this file.
Classes | |
class | AnyPtr |
A smart pointer to any type. More... | |
Namespaces | |
namespace | keyvalue |
All functionalities of KeyValue library are inside this | |
namespace | keyvalue::util |
Utility | |
Functions | |
template<typename T > | |
shared_ptr< T > | dynamic_pointer_cast (const AnyPtr &ptr) |
Explicit cast from AnyPtr to shared_ptr<T>. |
Declaration and partial implementation of class
AnyPtr.