Public Member Functions
elm::access Struct Reference

Class access. More...

Public Member Functions

 access (Eo *eo)
 Eo Constructor. More...
 
 access (std::nullptr_t)
 nullptr_t Constructor. More...
 
 access (access const &other)
 Copy Constructor.
 
 access (::efl::eo::parent_type _p)
 Constructs a new elm::access object. More...
 

Detailed Description

Class access.

Constructor & Destructor Documentation

elm::access::access ( ::efl::eo::parent_type  _p)
inlineexplicit

Constructs a new elm::access object.

Constructs a new elm::access object. If you want this object to be a child of another Eo object, use an efl::eo::parent expression, like the example.

Example:

elm::access my_access(efl::eo::parent = parent_object);
See also
access(Eo* eo)
elm::access::access ( Eo *  eo)
inlineexplicit

Eo Constructor.

Constructs the object from an Eo* pointer stealing its ownership.

Parameters
eoThe Eo object pointer.
elm::access::access ( std::nullptr_t  )
inlineexplicit

nullptr_t Constructor.

Constructs an empty (null) object.