Public Member Functions | Private Attributes

soa::body Class Reference

#include <soa.h>

List of all members.

Public Member Functions

 body (const std::string &ns_ref_)
 body (const std::string &ns_ref_, const function_call &fc)
const function_callfunction () const
void set_function (function_call fc)
std::string str () const

Private Attributes

std::string ns_ref
function_call fc_

Constructor & Destructor Documentation

soa::body::body ( const std::string &  ns_ref_  )  [inline]
soa::body::body ( const std::string &  ns_ref_,
const function_call fc 
) [inline]

Member Function Documentation

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]

Member Data Documentation

Referenced by function(), set_function(), and str().

std::string soa::body::ns_ref [private]

Referenced by str().


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