Definition at line 333 of file kvp-value.cpp.
◆ operator()() [1/5]
template<>
| void delete_visitor::operator() |
( |
const gchar *& |
value | ) |
|
Definition at line 351 of file kvp-value.cpp.
352{
353 g_free(const_cast<gchar *> (value));
354}
◆ operator()() [2/5]
template<>
| void delete_visitor::operator() |
( |
GList *& |
value | ) |
|
Definition at line 346 of file kvp-value.cpp.
347{
348 g_list_free_full(value, destroy_value);
349}
◆ operator()() [3/5]
template<>
| void delete_visitor::operator() |
( |
GncGUID *& |
value | ) |
|
◆ operator()() [4/5]
template<>
| void delete_visitor::operator() |
( |
KvpFrame *& |
value | ) |
|
◆ operator()() [5/5]
template<typename T >
| void delete_visitor::operator() |
( |
T & |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: