Pepper_31_C++_interfaces
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
pp::ext::internal::ToVarConverterBase Class Reference

#include <to_var_converter.h>

Inheritance diagram for pp::ext::internal::ToVarConverterBase:
Inheritance graph
Collaboration diagram for pp::ext::internal::ToVarConverterBase:
Collaboration graph

Public Member Functions

PP_Var pp_var () const
 
const Varvar () const
 

Protected Member Functions

 ToVarConverterBase ()
 
 ToVarConverterBase (const PP_Var &var)
 
 ToVarConverterBase (const Var &var)
 
 ~ToVarConverterBase ()
 

Protected Attributes

Var var_
 

Detailed Description

Definition at line 21 of file to_var_converter.h.

Constructor & Destructor Documentation

pp::ext::internal::ToVarConverterBase::ToVarConverterBase ( )
inlineprotected

Definition at line 32 of file to_var_converter.h.

pp::ext::internal::ToVarConverterBase::ToVarConverterBase ( const PP_Var var)
inlineexplicitprotected

Definition at line 35 of file to_var_converter.h.

pp::ext::internal::ToVarConverterBase::ToVarConverterBase ( const Var var)
inlineexplicitprotected

Definition at line 38 of file to_var_converter.h.

pp::ext::internal::ToVarConverterBase::~ToVarConverterBase ( )
inlineprotected

Definition at line 41 of file to_var_converter.h.

Member Function Documentation

PP_Var pp::ext::internal::ToVarConverterBase::pp_var ( ) const
inline

Definition at line 23 of file to_var_converter.h.

References pp::Var::pp_var(), and var_.

const Var& pp::ext::internal::ToVarConverterBase::var ( ) const
inline

Member Data Documentation

Var pp::ext::internal::ToVarConverterBase::var_
protected

Definition at line 44 of file to_var_converter.h.

Referenced by pp_var(), and var().


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