ScaleOut C++ Native Client API  5.1
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Pages
sosscli::GetMetadataResult Class Reference

The GetMetadataResult class contains the result of a get_metadata operation. More...

#include <object_metadata.h>

Public Member Functions

 GetMetadataResult (int32_t return_code, boost::shared_ptr< ObjectMetadata > object_ptr)
 Constructor (intended for use by the C++ API, not client applications).
 
virtual ~GetMetadataResult ()
 Destructor.
 
boost::shared_ptr< ObjectMetadataobject_ptr ()
 Returns a shared pointer (Boost::shared_ptr) to the retrieved object. More...
 
int32_t return_code ()
 Gets the code returned from the ScaleOut StateServer service, where negative values indicate that an error occurred.
 

Detailed Description

The GetMetadataResult class contains the result of a get_metadata operation.

Member Function Documentation

boost::shared_ptr<ObjectMetadata> sosscli::GetMetadataResult::object_ptr ( )
inline

Returns a shared pointer (Boost::shared_ptr) to the retrieved object.

See Also
http://www.boost.org/libs/smart_ptr/shared_ptr.htm

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