#include <cpp_fontconfig/name.h>
Definition at line 267 of file name.h.
initializes the item as an empty last item and increments the number of items in the list
fontconfig::ConstantList::Item::~Item |
( |
| ) |
|
writes the item data to the list
Item fontconfig::ConstantList::Item::operator() |
( |
const Char8_t * |
name, |
|
|
const char * |
object, |
|
|
int |
value |
|
) |
| |
fills this item, increments the item count, and returns a new item;
finalizes the initialization by signaling the list to allocate data, the data is filled by ~Item()
bool fontconfig::ConstantList::Item::m_isLast |
|
private |
const Char8_t* fontconfig::ConstantList::Item::m_name |
|
private |
const char* fontconfig::ConstantList::Item::m_object |
|
private |
int fontconfig::ConstantList::Item::m_value |
|
private |
The documentation for this class was generated from the following file: