#include <cache.h>
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
void gnash::Cache::addFile |
( |
const std::string & |
name, |
|
|
boost::shared_ptr< DiskStream > & |
file | |
|
) |
| | |
void gnash::Cache::addFile |
( |
const std::string & |
name, |
|
|
boost::shared_ptr< DiskStream > & |
file | |
|
) |
| | |
void gnash::Cache::addPath |
( |
const std::string & |
name, |
|
|
const std::string & |
fullpath | |
|
) |
| | |
void DSOEXPORT gnash::Cache::addPath |
( |
const std::string & |
name, |
|
|
const std::string & |
fullpath | |
|
) |
| | |
void gnash::Cache::addResponse |
( |
const std::string & |
name, |
|
|
const std::string & |
response | |
|
) |
| | |
void gnash::Cache::addResponse |
( |
const std::string & |
name, |
|
|
const std::string & |
response | |
|
) |
| | |
void gnash::Cache::dump |
( |
|
) |
const [inline] |
void gnash::Cache::dump |
( |
|
) |
const [inline] |
Dump the internal data of this class in a human readable form.
References dump().
Referenced by dump().
void gnash::Cache::dump |
( |
std::ostream & |
os |
) |
const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void gnash::Cache::dump |
( |
std::ostream & |
os |
) |
const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
References name.
boost::shared_ptr< DiskStream > & gnash::Cache::findFile |
( |
const std::string & |
name |
) |
|
boost::shared_ptr<DiskStream>& gnash::Cache::findFile |
( |
const std::string & |
name |
) |
|
string & gnash::Cache::findPath |
( |
const std::string & |
name |
) |
|
std::string& gnash::Cache::findPath |
( |
const std::string & |
name |
) |
|
std::string& gnash::Cache::findResponse |
( |
const std::string & |
name |
) |
|
string & gnash::Cache::findResponse |
( |
const std::string & |
name |
) |
|
Cache & gnash::Cache::getDefaultInstance |
( |
|
) |
[static] |
static DSOEXPORT Cache& gnash::Cache::getDefaultInstance |
( |
|
) |
[static] |
void gnash::Cache::removeFile |
( |
const std::string & |
name |
) |
|
void gnash::Cache::removeFile |
( |
const std::string & |
name |
) |
|
void gnash::Cache::removePath |
( |
const std::string & |
name |
) |
|
void gnash::Cache::removePath |
( |
const std::string & |
name |
) |
|
void gnash::Cache::removeResponse |
( |
const std::string & |
name |
) |
|
void gnash::Cache::removeResponse |
( |
const std::string & |
name |
) |
|
The documentation for this class was generated from the following files: