.TH "aflibFileItem" 3 "16 Jan 2007" "Open Source Audio Library Project" \" -*- nroff -*- .ad l .nh .SH NAME aflibFileItem \- Data class used internally by library for file module support. .PP .SH SYNOPSIS .br .PP \fC#include \fP .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBaflibFileItem\fP (const string &mod_format, const string &mod_dscr, const string &mod_ext, const string &mod_magic, const string &mod_name, const string &mod_value1, const string &mod_value2, const string &mod_value3)" .br .ti -1c .RI "bool \fBoperator==\fP (const vector< unsigned char > &array) const " .br .ti -1c .RI "void \fBsetFormat\fP (const string &mod_format)" .br .ti -1c .RI "const string & \fBgetFormat\fP () const " .br .ti -1c .RI "void \fBsetDescription\fP (const string &mod_dscr)" .br .ti -1c .RI "const string & \fBgetDescription\fP () const " .br .ti -1c .RI "void \fBsetExtension\fP (const string &mod_ext)" .br .ti -1c .RI "const list< string > & \fBgetExtensions\fP () const " .br .ti -1c .RI "void \fBsetMagic\fP (const string &mod_magic)" .br .ti -1c .RI "const list< string > & \fBgetMagic\fP () const " .br .ti -1c .RI "void \fBsetName\fP (const string &mod_name)" .br .ti -1c .RI "const string & \fBgetName\fP () const " .br .ti -1c .RI "void \fBsetValue1\fP (const string &mod_value1)" .br .ti -1c .RI "const string & \fBgetValue1\fP () const " .br .ti -1c .RI "void \fBsetValue2\fP (const string &mod_value2)" .br .ti -1c .RI "const string & \fBgetValue2\fP () const " .br .ti -1c .RI "void \fBsetValue3\fP (const string &mod_value3)" .br .ti -1c .RI "const string & \fBgetValue3\fP () const " .br .in -1c .SH "Detailed Description" .PP Data class used internally by library for file module support. .PP .SH "Author" .PP Generated automatically by Doxygen for Open Source Audio Library Project from the source code.