![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
BinaryFile() | BinaryFile | [inline] |
BinaryFile(Text const &path, const bool bigEndian=PLANK_BIGENDIAN) | BinaryFile | [inline] |
BinaryFile(Text const &path, const bool writable, const bool clearContents, const bool bigEndian=PLANK_BIGENDIAN) | BinaryFile | [inline] |
BinaryFile(const char *path, const bool bigEndian=PLANK_BIGENDIAN) | BinaryFile | [inline] |
BinaryFile(const char *path, const bool writable, const bool clearContents, const bool bigEndian=PLANK_BIGENDIAN) | BinaryFile | [inline] |
BinaryFile(ByteArray const &bytes, const bool writable=false) | BinaryFile | [inline] |
BinaryFile(FilePathArray const &fileArray, const int multiMode, const bool bigEndian=PLANK_BIGENDIAN) | BinaryFile | [inline] |
BinaryFile(BinaryFile const ©) | BinaryFile | [inline] |
chunkID(const char *const fourCharCode) | BinaryFile | [inline, static] |
fromWeak(Weak const &weak) | BinaryFile | [inline, static] |
getPosition() | BinaryFile | [inline] |
isEof() const | BinaryFile | [inline] |
operator=(BinaryFile const &other) | BinaryFile | [inline] |
read() | BinaryFile | [inline] |
read(ValueType &value) | BinaryFile | [inline] |
setEof() | BinaryFile | [inline] |
setPosition(const LongLong position) | BinaryFile | [inline] |
write(const ValueType value) | BinaryFile | [inline] |