Poco::Remoting::JSON

class JSArray

Library: Remoting/JSON
Package: JSValue
Header: Poco/Remoting/JSON/JSArray.h

Inheritance

Direct Base Classes: JSValue

All Base Classes: Poco::RefCountedObject, JSValue

Member Summary

Member Functions: operator [], size, type

Inherited Functions: asBool, asDouble, asInt32, asInt64, asUInt32, asUInt64, duplicate, has, operator [], referenceCount, release, size, stringValue, type

Constructors

JSArray

JSArray();

Destructor

~JSArray protected virtual

~JSArray();

Member Functions

operator [] virtual

const Ptr & operator[] (
    std::size_t index
) const;

See also: Poco::Remoting::JSON::JSValue::operator []()

operator [] virtual

Ptr & operator[] (
    std::size_t index
);

See also: Poco::Remoting::JSON::JSValue::operator []()

size virtual

std::size_t size() const;

See also: Poco::Remoting::JSON::JSValue::size()

type virtual

Type type() const;

See also: Poco::Remoting::JSON::JSValue::type()