MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
shcore::polyglot::Object_method Class Referencefinal

#include <polyglot_object_wrapper.h>

Public Member Functions

 Object_method (const std::shared_ptr< Object_bridge > &object, const std::string &method)
 
const std::shared_ptr< Object_bridge > & object () const
 
const std::string & method () const
 

Private Attributes

std::shared_ptr< Object_bridgem_object
 
std::string m_method
 

Constructor & Destructor Documentation

◆ Object_method()

shcore::polyglot::Object_method::Object_method ( const std::shared_ptr< Object_bridge > &  object,
const std::string &  method 
)
inline

Member Function Documentation

◆ method()

const std::string & shcore::polyglot::Object_method::method ( ) const
inline

◆ object()

const std::shared_ptr< Object_bridge > & shcore::polyglot::Object_method::object ( ) const
inline

Member Data Documentation

◆ m_method

std::string shcore::polyglot::Object_method::m_method
private

◆ m_object

std::shared_ptr<Object_bridge> shcore::polyglot::Object_method::m_object
private

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