#include <algorithm>
#include <set>
#include <string.h>
#include "RIFF.h"
#include "helper.h"
Go to the source code of this file.
Namespaces | |
namespace | RIFF |
RIFF specific classes and definitions. | |
Defines | |
#define | _GET_RESIZED_CHUNKS() (reinterpret_cast<std::set<Chunk*>*>(ResizedChunks.front())) |
Functions | |
String | RIFF::libraryName () |
Returns the name of this C++ library. | |
String | RIFF::libraryVersion () |
Returns version of this C++ library. |
#define _GET_RESIZED_CHUNKS | ( | ) | (reinterpret_cast<std::set<Chunk*>*>(ResizedChunks.front())) |
Definition at line 1388 of file RIFF.cpp.
Referenced by RIFF::File::LogAsResized(), RIFF::File::Save(), RIFF::File::UnlogResized(), and RIFF::File::~File().