libgig  3.3.0.svn4
RIFF.cpp File Reference
#include <algorithm>
#include <set>
#include <string.h>
#include "RIFF.h"
#include "helper.h"

Go to the source code of this file.

Namespaces

 RIFF
 RIFF specific classes and definitions.
 

Macros

#define _GET_RESIZED_CHUNKS()   (reinterpret_cast<std::set<Chunk*>*>(ResizedChunks.front()))
 

Functions

String RIFF::libraryName ()
 Returns the name of this C++ library. More...
 
String RIFF::libraryVersion ()
 Returns version of this C++ library. More...
 

Macro Definition Documentation

#define _GET_RESIZED_CHUNKS ( )    (reinterpret_cast<std::set<Chunk*>*>(ResizedChunks.front()))

Definition at line 1405 of file RIFF.cpp.

Referenced by RIFF::File::LogAsResized(), RIFF::File::Save(), and RIFF::File::UnlogResized().