Data Structures | Public Member Functions | Static Public Member Functions | Static Public Attributes
efl::File Struct Reference

Data Structures

struct  async_error_event
 
struct  async_opened_event
 

Public Member Functions

 File (::Eo *eo)
 
 File (std::nullptr_t)
 
 File (File const &other)=default
 
 File (File &&other)=default
 
Fileoperator= (File const &other)=default
 
Fileoperator= (File &&other)=default
 
 File (::efl::eo::concrete parent)
 
template<typename F >
 File (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< void >::type file_get (::efl::eolian::out_traits< ::efl::eina::string_view >::type file, ::efl::eolian::out_traits< ::efl::eina::string_view >::type key) const
 
::efl::eolian::return_traits< bool >::type file_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type file, ::efl::eolian::in_traits< ::efl::eina::string_view >::type key) const
 
::efl::eolian::return_traits< bool >::type async_get () const
 
::efl::eolian::return_traits< void >::type async_set (::efl::eolian::in_traits< bool >::type async) const
 
::efl::eolian::return_traits< bool >::type save (::efl::eolian::in_traits< ::efl::eina::string_view >::type file, ::efl::eolian::in_traits< ::efl::eina::string_view >::type key, ::efl::eolian::in_traits< ::efl::eina::string_view >::type flags) const
 
::efl::eolian::return_traits< void >::type eject () const
 
::efl::eolian::return_traits< bool >::type async_wait () const
 
Eo_eo_ptr () const
 
- Public Member Functions inherited from efl::eo::concrete
 concrete (Eo *eo)
 Class constructor. More...
 
 concrete ()
 Default constructor. More...
 
 ~concrete ()
 Class destructor.
 
 concrete (concrete const &other)
 
 concrete (concrete &&other)
 
concreteoperator= (concrete const &other)
 Assignment operator.
 
concreteoperator= (concrete &&other)
 
Eo_eo_ptr () const
 Return a pointer to the EO Object stored in this instance. More...
 
Eo_release ()
 Releases the reference from this concrete object and return the pointer to the EO Object stored in this instance. More...
 
void _reset (Eo *_ptr=nullptr)
 Reset the current pointer to reference a new Eo object.
 
 operator bool () const
 

Static Public Member Functions

static Eo_Class const * _eo_class ()
 

Static Public Attributes

static struct efl::File::async_opened_event async_opened_event
 
static struct efl::File::async_error_event async_error_event
 

Additional Inherited Members

- Protected Attributes inherited from efl::eo::concrete
Eo_eo_raw
 The opaque EO Object.