|
SAGA API Version 9.12
|
#include <metadata.h>
Public Member Functions | |
| CSG_WebRequestSync (void) | |
| bool | Create (void) |
| CSG_WebRequestSync (const CSG_String &Server, const CSG_String &User="", const CSG_String &Password="") | |
| bool | Create (const CSG_String &Server, const CSG_String &User="", const CSG_String &Password="") |
| bool | Destroy (void) |
| bool | Request (const CSG_String &Request, CSG_Bytes &Bytes) |
| bool | Request (const CSG_String &Request, CSG_MetaData &XML) |
| bool | Request (const CSG_String &Request, CSG_String &String) |
| bool | Request (const CSG_String &Request, const SG_Char *File) |
Static Public Member Functions | |
| static bool | Request (const CSG_String &Server, const CSG_String &Request, CSG_Bytes &Bytes) |
| static bool | Request (const CSG_String &Server, const CSG_String &Request, CSG_MetaData &XML) |
| static bool | Request (const CSG_String &Server, const CSG_String &Request, CSG_String &String) |
| static bool | Request (const CSG_String &Server, const CSG_String &Request, const SG_Char *File) |
Definition at line 276 of file metadata.h.
| CSG_WebRequestSync::CSG_WebRequestSync | ( | void | ) |
Definition at line 1514 of file metadata.cpp.
References Create().
| CSG_WebRequestSync::CSG_WebRequestSync | ( | const CSG_String & | Server, |
| const CSG_String & | User = "", | ||
| const CSG_String & | Password = "" ) |
Definition at line 1527 of file metadata.cpp.
References Create().
| bool CSG_WebRequestSync::Create | ( | const CSG_String & | Server, |
| const CSG_String & | User = "", | ||
| const CSG_String & | Password = "" ) |
Definition at line 1532 of file metadata.cpp.
References Destroy(), CSG_String::is_Empty(), and CSG_String::wx_str().
| bool CSG_WebRequestSync::Create | ( | void | ) |
Definition at line 1519 of file metadata.cpp.
References Destroy().
Referenced by CSG_WebRequestSync(), and CSG_WebRequestSync().
| bool CSG_WebRequestSync::Destroy | ( | void | ) |
Definition at line 1549 of file metadata.cpp.
References CSG_String::Clear().
| bool CSG_WebRequestSync::Request | ( | const CSG_String & | Request, |
| const SG_Char * | File ) |
Definition at line 1566 of file metadata.cpp.
| bool CSG_WebRequestSync::Request | ( | const CSG_String & | Request, |
| CSG_Bytes & | Bytes ) |
| bool CSG_WebRequestSync::Request | ( | const CSG_String & | Request, |
| CSG_MetaData & | XML ) |
Definition at line 1564 of file metadata.cpp.
References Request().
| bool CSG_WebRequestSync::Request | ( | const CSG_String & | Request, |
| CSG_String & | String ) |
Definition at line 1565 of file metadata.cpp.
References Request().
|
static |
Definition at line 1570 of file metadata.cpp.
|
static |
Definition at line 1567 of file metadata.cpp.
References Request().
|
static |
Definition at line 1568 of file metadata.cpp.
References Request().
|
static |
Definition at line 1569 of file metadata.cpp.
References Request().