Poco::Any

template < typename ValueType >

class Holder

Library: Foundation
Package: Core
Header: Poco/Any.h

Inheritance

Direct Base Classes: ValueHolder

All Base Classes: ValueHolder

Member Summary

Member Functions: clone, type

Inherited Functions: clone, type

Constructors

Holder inline

Holder(
    const ValueType & value
);

Member Functions

clone virtual inline

virtual void clone(
    Placeholder < ValueHolder > * pPlaceholder
) const;

type virtual inline

virtual const std::type_info & type() const;

Variables

_held

ValueType _held;