Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

Network Class Reference

#include <Network.h>

List of all members.

Public Member Functions

std::string getNetworkFile (const char *)
std::string getFileName ()

Private Attributes

std::string _fileName
CURL * _curl
CURLcode _res


Detailed Description

This class is used to read in a file over the network. After it has read in the file, it then saves it to a temp file.


Member Function Documentation

std::string Network::getFileName  )  [inline]
 

std::string Network::getNetworkFile const char *  url  ) 
 

getNetworkFile: Request the file from the specified URL using 'libcurl' library methods.


Member Data Documentation

CURL* Network::_curl [private]
 

std::string Network::_fileName [private]
 

CURLcode Network::_res [private]
 


The documentation for this class was generated from the following files:
Generated on Fri Nov 18 16:24:39 2011 for MADELINE by  doxygen 1.4.4