ObjectBase.hpp
Go to the documentation of this file.
void * memcpy_P(void *dest, const void *src_P, size_t length)
void invalidate()
size_t read(size_t offset, void *buffer, size_t count) const
Read contents of a String into RAM.
Definition: ObjectBase.hpp:72
bool isNull() const
Indicates an invalid String, used for return value from lookups, etc.
Definition: ObjectBase.hpp:109
size_t size() const
Get the object data size in bytes.
Definition: ObjectBase.hpp:44
constexpr const ObjectType & as() const
Cast to a different object type.
Definition: ObjectBase.hpp:55
size_t readFlash(size_t offset, void *buffer, size_t count) const
Read contents of a String into RAM, using flashread()
#define ALIGNUP4(n)
Align a size up to the nearest word boundary.
Definition: FakePgmSpace.h:39
Definition: Array.hpp:108
ObjectType
Definition: Libraries/jerryscript/src/include/Jerryscript/Types.h:34