Samchon Framework for CPP
1.0.0
|
This is the complete list of members for samchon::ByteArray, including all inherited members.
ByteArray() | samchon::ByteArray | |
ByteArray(const ByteArray &) | samchon::ByteArray | |
ByteArray(ByteArray &&) | samchon::ByteArray | |
compress() const -> ByteArray | samchon::ByteArray | |
decompress() const -> ByteArray | samchon::ByteArray | |
getPosition() const -> size_t | samchon::ByteArray | |
position | samchon::ByteArray | private |
read() const -> T | samchon::ByteArray | inline |
readReversely() const -> T | samchon::ByteArray | inline |
reverse(const T &val) -> T | samchon::ByteArray | inlinestatic |
setPosition(size_t) | samchon::ByteArray | |
write(const T &val) | samchon::ByteArray | inline |
writeReversely(const T &val) | samchon::ByteArray | inline |