#include <mujincontrollerclient.h>
Public メソッド |
| WebResource (ControllerClientPtr controller, const std::string &resourcename, const std::string &pk) |
virtual | ~WebResource () |
ControllerClientPtr | GetController () const |
const std::string & | GetResourceName () const |
const std::string & | GetPrimaryKey () const |
virtual std::string | Get (const std::string &field) |
| gets an attribute of this web resource
|
virtual void | Set (const std::string &field, const std::string &newvalue) |
| sets an attribute of this web resource
|
virtual void | Delete () |
| delete the resource and all its child resources
|
virtual void | Copy (const std::string &newname, int options) |
| copy the resource and all its child resources to a new name
|
説明
コンストラクタとデストラクタ
mujinclient::WebResource::WebResource |
( |
ControllerClientPtr |
controller, |
|
|
const std::string & |
resourcename, |
|
|
const std::string & |
pk |
|
) |
| |
virtual mujinclient::WebResource::~WebResource |
( |
| ) |
|
|
inlinevirtual |
関数
virtual void mujinclient::WebResource::Copy |
( |
const std::string & |
newname, |
|
|
int |
options |
|
) |
| |
|
virtual |
copy the resource and all its child resources to a new name
virtual void mujinclient::WebResource::Delete |
( |
| ) |
|
|
virtual |
virtual std::string mujinclient::WebResource::Get |
( |
const std::string & |
field | ) |
|
|
virtual |
gets an attribute of this web resource
const std::string& mujinclient::WebResource::GetPrimaryKey |
( |
| ) |
const |
|
inline |
const std::string& mujinclient::WebResource::GetResourceName |
( |
| ) |
const |
|
inline |
virtual void mujinclient::WebResource::Set |
( |
const std::string & |
field, |
|
|
const std::string & |
newvalue |
|
) |
| |
|
virtual |
sets an attribute of this web resource
このクラスの説明は次のファイルから生成されました: