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 |
|
Definition at line 29 of file codefile.cpp. References codestream, curloc, emailid, and path. |
|
Definition at line 44 of file codefile.cpp. References curloc, path, read(), and reademailid(). |
|
Definition at line 112 of file codefile.cpp. |
|
Definition at line 60 of file codefile.cpp. Referenced by encoder::encode(). |
|
Definition at line 95 of file codefile.cpp. References codestream, curloc, and END_OF_CODESTREAM. |
|
Definition at line 68 of file codefile.cpp. References codestream, curloc, emailid, path, and SUCCESS. Referenced by codefile(). |
|
Definition at line 102 of file codefile.cpp. Referenced by codefile(). |
|
Definition at line 24 of file codefile.cpp. Referenced by codefile(), getcode(), and read(). |
|
Definition at line 25 of file codefile.cpp. Referenced by append(), codefile(), getcode(), and read(). |
|
Definition at line 22 of file codefile.cpp. Referenced by codefile(), read(), and reademailid(). |
|
Definition at line 23 of file codefile.cpp. Referenced by append(), codefile(), read(), and reademailid(). |