#include <stdio.h>
#include <iostream>
#include <string>
#include <cstdlib>
#include "RIFF.h"
Go to the source code of this file.
Functions | |
string | Revision () |
void | PrintVersion () |
void | PrintUsage () |
void | PrintChunkList (RIFF::List *list, bool PrintSize) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 44 of file rifftree.cpp.
References RIFF::List::GetListTypeString(), RIFF::Chunk::GetSize(), PrintChunkList(), RIFF::Exception::PrintMessage(), PrintUsage(), and PrintVersion().
void PrintChunkList | ( | RIFF::List * | list, | |
bool | PrintSize | |||
) |
Definition at line 99 of file rifftree.cpp.
References CHUNK_ID_LIST, CHUNK_ID_RIFF, RIFF::Chunk::GetChunkID(), RIFF::Chunk::GetChunkIDString(), RIFF::List::GetFirstSubChunk(), RIFF::List::GetNextSubChunk(), RIFF::Chunk::GetParent(), and RIFF::Chunk::GetSize().
Referenced by main().
void PrintUsage | ( | ) |
void PrintVersion | ( | ) |
string Revision | ( | ) |