codefile Class Reference

List of all members.

Public Member Functions

 codefile (string cf_path, string email_id, unsigned long int size)
 codefile (string cf_path)
int append (unsigned int code)
unsigned int read (void)
unsigned int getcode ()
string reademailid (void)
 ~codefile ()

Private Attributes

string emailid
string path
vector< unsigned int > codestream
unsigned long int curloc

Constructor & Destructor Documentation

codefile::codefile string  cf_path,
string  email_id,
unsigned long int  size
[inline]
 

Definition at line 29 of file codefile.cpp.

References codestream, curloc, emailid, and path.

codefile::codefile string  cf_path  )  [inline]
 

Definition at line 44 of file codefile.cpp.

References curloc, path, read(), and reademailid().

codefile::~codefile  )  [inline]
 

Definition at line 112 of file codefile.cpp.


Member Function Documentation

int codefile::append unsigned int  code  )  [inline]
 

Definition at line 60 of file codefile.cpp.

References curloc, and path.

Referenced by encoder::encode().

unsigned int codefile::getcode  )  [inline]
 

Definition at line 95 of file codefile.cpp.

References codestream, curloc, and END_OF_CODESTREAM.

unsigned int codefile::read void   )  [inline]
 

Definition at line 68 of file codefile.cpp.

References codestream, curloc, emailid, path, and SUCCESS.

Referenced by codefile().

string codefile::reademailid void   )  [inline]
 

Definition at line 102 of file codefile.cpp.

References emailid, and path.

Referenced by codefile().


Member Data Documentation

vector<unsigned int> codefile::codestream [private]
 

Definition at line 24 of file codefile.cpp.

Referenced by codefile(), getcode(), and read().

unsigned long int codefile::curloc [private]
 

Definition at line 25 of file codefile.cpp.

Referenced by append(), codefile(), getcode(), and read().

string codefile::emailid [private]
 

Definition at line 22 of file codefile.cpp.

Referenced by codefile(), read(), and reademailid().

string codefile::path [private]
 

Definition at line 23 of file codefile.cpp.

Referenced by append(), codefile(), read(), and reademailid().


The documentation for this class was generated from the following file:
Best viewed on Get Firefox!. Generated on Mon Mar 28 22:09:09 2005 for VoX by  doxygen 1.4.2 . This project hosted by SourceForge.net Logo .