#include <soa.h>
Public Member Functions | |
body (const std::string &ns_ref_) | |
body (const std::string &ns_ref_, const function_call &fc) | |
const function_call & | function () const |
void | set_function (function_call fc) |
std::string | str () const |
Private Attributes | |
std::string | ns_ref |
function_call | fc_ |
soa::body::body | ( | const std::string & | ns_ref_ | ) | [inline] |
soa::body::body | ( | const std::string & | ns_ref_, | |
const function_call & | fc | |||
) | [inline] |
const function_call& soa::body::function | ( | ) | const [inline] |
References fc_.
Referenced by soa::method_invocation::function().
void soa::body::set_function | ( | function_call | fc | ) | [inline] |
References fc_.
std::string soa::body::str | ( | ) | const [inline] |
References fc_, ns_ref, soa::function_call::request(), and soa::function_call::str().
Referenced by soa::method_invocation::str().
function_call soa::body::fc_ [private] |
Referenced by function(), set_function(), and str().
std::string soa::body::ns_ref [private] |
Referenced by str().