#include <mujincontrollerclient.h>


Public メソッド | |
| LinkResource (ControllerClientPtr controller, const std::string &objectpk, const std::string &pk) | |
| virtual | ~LinkResource () |
Public メソッド inherited from mujinclient::WebResource | |
| 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 | |
Public 変数 | |
| std::vector< std::string > | attachmentpks |
| std::string | name |
| std::string | pk |
mujincontrollerclient.h の 663 行で定義されています。
| mujinclient::ObjectResource::LinkResource::LinkResource | ( | ControllerClientPtr | controller, |
| const std::string & | objectpk, | ||
| const std::string & | pk | ||
| ) |
|
inlinevirtual |
mujincontrollerclient.h の 666 行で定義されています。
| std::vector<std::string> mujinclient::ObjectResource::LinkResource::attachmentpks |
mujincontrollerclient.h の 669 行で定義されています。
| std::string mujinclient::ObjectResource::LinkResource::name |
mujincontrollerclient.h の 670 行で定義されています。
| std::string mujinclient::ObjectResource::LinkResource::pk |
mujincontrollerclient.h の 671 行で定義されています。
1.8.1.2