|
C++ HTTP Stack
0.10
|
SOAP 메소드 인자 정의 클래스 더 자세히 ...
Public 멤버 함수 | |
| CSoapArg () | |
| ~CSoapArg () | |
| bool | SetType (const char *pszType) |
| 인자 타입 문자열로 타입을 설정한다. | |
| bool | GetCode (std::string &strCode, bool bInput) |
| 소스 코드의 함수 인자 생성에 사용할 문자열을 생성한다. | |
| bool | GetVariable (std::string &strCode, bool bInput) |
| 소스 코드 생성에 사용할 변수 이름을 생성한다. | |
Public 속성 | |
| std::string | m_strName |
| 메소드 인자 이름 | |
| ESoapArgType | m_eType |
| 메소드 인자 타입 | |
SOAP 메소드 인자 정의 클래스
| CSoapArg::CSoapArg | ( | ) |
| CSoapArg::~CSoapArg | ( | ) |
| ESoapArgType CSoapArg::m_eType |
메소드 인자 타입
| std::string CSoapArg::m_strName |
메소드 인자 이름
1.8.1.2