GATE
gate::data::DataReader Class Reference
Inheritance diagram for gate::data::DataReader:
gate::ObjectImpl< gate_data_reader_t > gate::Object

Public Types

typedef ObjectImpl< gate_data_reader_t > object_impl_t
 
- Public Types inherited from gate::ObjectImpl< gate_data_reader_t >
typedef gate_data_reader_t impl_t
 
typedef ObjectImpl< gate_data_reader_t > object_impl_t
 

Public Member Functions

 DataReader (gate_data_reader_t *ptrReader=NULL) noexcept
 
bool_t isValid ()
 
bool_t next ()
 
void close ()
 
size_t getFieldCount ()
 
gate_type_id_t getFieldType (size_t index)
 
String getFieldName (size_t index)
 
Value getFieldValue (size_t index)
 
- Public Member Functions inherited from gate::ObjectImpl< gate_data_reader_t >
 ObjectImpl (impl_t *impl) noexcept
 
 ObjectImpl (ObjectImpl const &src) noexcept
 
ObjectImploperator= (ObjectImpl const &that) noexcept
 
impl_t * c_impl () const noexcept
 
- Public Member Functions inherited from gate::Object
 Object (gate_object_ptr_t obj_ptr) noexcept
 
 Object (Object const &obj) noexcept
 
Objectoperator= (Object const &obj) noexcept
 
String getInterfaceName ()
 
gate_object_ptr_t c_impl () noexcept
 
bool_t operator! () const noexcept
 
bool_t empty () const noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from gate::ObjectImpl< gate_data_reader_t >
void swap (object_impl_t &that) noexcept
 
- Protected Member Functions inherited from gate::Object
void swap (Object &that) noexcept
 
- Protected Attributes inherited from gate::ObjectImpl< gate_data_reader_t >
impl_t * impl_ptr
 

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