Public Member Functions | Private Member Functions | Private Attributes

soa::method_invocation Class Reference

#include <soa.h>

List of all members.

Public Member Functions

 method_invocation (const std::string &custom_ns)
 method_invocation (const std::string &custom_ns, function_call fc)
const function_callfunction () const
std::string str () const

Private Member Functions

std::string default_namespaces () const
std::string encoding_style () const

Private Attributes

std::string input_name_
std::string output_name_
std::string custom_ns_
std::string custom_ns_ref_
header header_
body body_

Constructor & Destructor Documentation

soa::method_invocation::method_invocation ( const std::string &  custom_ns  )  [inline]
soa::method_invocation::method_invocation ( const std::string &  custom_ns,
function_call  fc 
) [inline]

Member Function Documentation

std::string soa::method_invocation::default_namespaces (  )  const [inline, private]

Referenced by str().

std::string soa::method_invocation::encoding_style (  )  const [inline, private]

Referenced by str().

const function_call& soa::method_invocation::function (  )  const [inline]
std::string soa::method_invocation::str (  )  const [inline]

Member Data Documentation

Referenced by function(), and str().

std::string soa::method_invocation::custom_ns_ [private]

Referenced by str().

Referenced by str().

Referenced by str().

std::string soa::method_invocation::input_name_ [private]
std::string soa::method_invocation::output_name_ [private]

The documentation for this class was generated from the following file: