Library: Foundation
Package: Core
Header: Poco/Any.h
Direct Base Classes: ValueHolder
All Base Classes: ValueHolder
Inherited Functions: clone, type
Holder(
const ValueType & value
);
virtual ValueHolder * clone() const;
See also: Poco::Any::ValueHolder::clone()
virtual const std::type_info & type() const;
See also: Poco::Any::ValueHolder::type()
ValueType _held;