Public Member Functions
elm::clock Struct Reference

Class clock. More...

Public Member Functions

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

Detailed Description

Class clock.

Examples:
clock_cxx_example.cc.

Constructor & Destructor Documentation

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

Constructs a new elm::clock object.

Constructs a new elm::clock 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::clock my_clock(efl::eo::parent = parent_object);
See also
clock(Eo* eo)
elm::clock::clock ( Eo *  eo)
inlineexplicit

Eo Constructor.

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

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

nullptr_t Constructor.

Constructs an empty (null) object.