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

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 Documentation

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


doxygen