cgv
|
represents fourcc ids as used in the riff format to identify chunks More...
#include <riff.h>
Public Member Functions | |
fourcc (unsigned _id=0) | |
construct from unsigned integer | |
fourcc (const std::string &s) | |
construct from string | |
std::string | to_string () const |
convert to string | |
bool | operator== (const std::string &s) const |
compare with string | |
bool | operator!= (const std::string &s) const |
compare with string | |
Public Attributes | |
unsigned | id |
store fourcc as 32 bit integer | |
represents fourcc ids as used in the riff format to identify chunks