![]() |
Ark Server API (ASE) - Wiki
|
#include "Poco/Exception.h"#include "Poco/MetaProgramming.h"#include <algorithm>#include <typeinfo>#include <cstring>
Include dependency graph for Any.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| union | Poco::Placeholder< PlaceholderT, SizeV > |
| struct | Poco::Placeholder< PlaceholderT, SizeV >::Size |
| class | Poco::Any |
| class | Poco::Any::ValueHolder |
| class | Poco::Any::Holder< ValueType > |
Namespaces | |
| namespace | Poco |
| namespace | Poco::Dynamic |
Functions | |
| template<typename ValueType > | |
| ValueType * | Poco::AnyCast (Any *operand) |
| template<typename ValueType > | |
| const ValueType * | Poco::AnyCast (const Any *operand) |
| template<typename ValueType > | |
| ValueType | Poco::AnyCast (Any &operand) |
| template<typename ValueType > | |
| ValueType | Poco::AnyCast (const Any &operand) |
| template<typename ValueType > | |
| const ValueType & | Poco::RefAnyCast (const Any &operand) |
| template<typename ValueType > | |
| ValueType & | Poco::RefAnyCast (Any &operand) |
| template<typename ValueType > | |
| ValueType * | Poco::UnsafeAnyCast (Any *operand) |
| template<typename ValueType > | |
| const ValueType * | Poco::UnsafeAnyCast (const Any *operand) |