#include <parameterlist.h>
Public Member Functions | ||||
| ParameterList () | ||||
| ParameterList (GdaParameterList *castitem, bool make_a_copy=false) | ||||
| ParameterList (const ParameterList &src) | ||||
| ParameterList & | operator= (const ParameterList &src) | |||
| ~ParameterList () | ||||
| GdaParameterList * | gobj () | |||
| const GdaParameterList * | gobj () const | |||
| GdaParameterList * | gobj_copy () const | |||
| Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | ||||
| operator bool () const | ||||
| void | add_parameter (const Parameter ¶m) | |||
| GList * | get_names () | |||
| Parameter | find (const Glib::ustring &name) const | |||
| void | clear () | |||
| guint | get_length () const | |||
Protected Attributes | ||||
| GdaParameterList * | gobject_ | |||
Related Functions | ||||
| (Note that these are not member functions.) | ||||
| Gnome::Gda::ParameterList | wrap (GdaParameterList *object, bool take_copy=false) | |||
| ||||
| Gnome::Gda::ParameterList::ParameterList | ( | ) |
| Gnome::Gda::ParameterList::ParameterList | ( | GdaParameterList * | castitem, | |
| bool | make_a_copy = false | |||
| ) | [explicit] |
| Gnome::Gda::ParameterList::ParameterList | ( | const ParameterList & | src | ) |
| Gnome::Gda::ParameterList::~ParameterList | ( | ) |
| ParameterList& Gnome::Gda::ParameterList::operator= | ( | const ParameterList & | src | ) |
| GdaParameterList* Gnome::Gda::ParameterList::gobj | ( | ) | [inline] |
| const GdaParameterList* Gnome::Gda::ParameterList::gobj | ( | ) | const [inline] |
| GdaParameterList* Gnome::Gda::ParameterList::gobj_copy | ( | ) | const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
| Gnome::Gda::ParameterList::operator bool | ( | ) | const |
| void Gnome::Gda::ParameterList::add_parameter | ( | const Parameter & | param | ) |
| GList* Gnome::Gda::ParameterList::get_names | ( | ) |
| Parameter Gnome::Gda::ParameterList::find | ( | const Glib::ustring & | name | ) | const |
| void Gnome::Gda::ParameterList::clear | ( | ) |
| guint Gnome::Gda::ParameterList::get_length | ( | ) | const |
| Gnome::Gda::ParameterList wrap | ( | GdaParameterList * | object, | |
| bool | take_copy = false | |||
| ) | [related] |
| object | The C instance |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
GdaParameterList* Gnome::Gda::ParameterList::gobject_ [protected] |
1.5.1