mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-05 03:37:28 +01:00
commit
a02eeb6638
@ -99,7 +99,7 @@ public:
|
|||||||
/// Retrieves an object. When the element is not
|
/// Retrieves an object. When the element is not
|
||||||
/// an object or doesn't exist, an empty SharedPtr is returned.
|
/// an object or doesn't exist, an empty SharedPtr is returned.
|
||||||
|
|
||||||
unsigned int size() const;
|
std::size_t size() const;
|
||||||
/// Returns the size of the array
|
/// Returns the size of the array
|
||||||
|
|
||||||
bool isArray(unsigned int index) const;
|
bool isArray(unsigned int index) const;
|
||||||
|
@ -133,7 +133,7 @@ public:
|
|||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int size() const;
|
std::size_t size() const;
|
||||||
/// Returns the number of properties
|
/// Returns the number of properties
|
||||||
|
|
||||||
void set(const std::string& key, const Dynamic::Var& value);
|
void set(const std::string& key, const Dynamic::Var& value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user