#include <soa_types.h>
Public Member Functions | |
Base64Bin (const std::string &n, boost::shared_ptr< std::string > data) | |
const std::string & | value () const |
Private Attributes | |
boost::shared_ptr< std::string > | m_data |
soa::Base64Bin::Base64Bin | ( | const std::string & | n, | |
boost::shared_ptr< std::string > | data | |||
) | [inline] |
const std::string& soa::Base64Bin::value | ( | ) | const [inline] |
References m_data.
Referenced by soa::function_arg_base64bin::str().
boost::shared_ptr<std::string> soa::Base64Bin::m_data [private] |
Referenced by value().