File Information
Library: RemotingNG/REST
Package: JSValue
Header: Poco/RemotingNG/REST/JSArray.h
Description
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();
Creates an empty JSArray.
Destructor
~JSArray
~JSArray();
Destroys the JSArray.
Member Functions
operator []
const Ptr & operator[] (
std::size_t index
) const;
operator []
Ptr & operator[] (
std::size_t index
);
size
std::size_t size() const;
See also: Poco::RemotingNG::REST::JSValue::size()
type
Type type() const;
See also: Poco::RemotingNG::REST::JSValue::type()