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