Public Member Functions | Private Attributes

soa::function_arg Class Reference

#include <soa.h>

Inheritance diagram for soa::function_arg:
soa::function_arg_array soa::function_arg_base64bin soa::function_arg_bool soa::function_arg_int soa::function_arg_string

List of all members.

Public Member Functions

 function_arg (const std::string &n, Type t)
virtual ~function_arg ()
const std::string & name () const
Type type () const
virtual bool type_props () const
virtual std::string props () const
virtual std::string str () const =0

Private Attributes

std::string name_
Type type_

Constructor & Destructor Documentation

soa::function_arg::function_arg ( const std::string &  n,
Type  t 
) [inline]
virtual soa::function_arg::~function_arg (  )  [inline, virtual]

Member Function Documentation

const std::string& soa::function_arg::name (  )  const [inline]

References name_.

Referenced by soa::function_call::str().

virtual std::string soa::function_arg::props (  )  const [inline, virtual]

Reimplemented in soa::function_arg_array.

Referenced by soa::function_call::str().

virtual std::string soa::function_arg::str (  )  const [pure virtual]
Type soa::function_arg::type (  )  const [inline]

References type_.

Referenced by soa::function_call::str().

virtual bool soa::function_arg::type_props (  )  const [inline, virtual]

Reimplemented in soa::function_arg_array.

Referenced by soa::function_call::str().


Member Data Documentation

std::string soa::function_arg::name_ [private]

Referenced by name().

Referenced by type().


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