#include <cpp_fontconfig/name.h>
Definition at line 223 of file name.h.
fontconfig::ConstantList::BuildToken::BuildToken |
( |
| ) |
|
|
inlineexplicitprivate |
fontconfig::ConstantList::BuildToken::BuildToken |
( |
const BuildToken & |
other | ) |
|
|
inlineprivate |
cannot be copied
Definition at line 234 of file name.h.
void fontconfig::ConstantList::BuildToken::allocate |
( |
| ) |
|
|
private |
allocates the object type buffer given the current value of m_nItems
Called by Item::operator()()
void fontconfig::ConstantList::BuildToken::incrementCount |
( |
| ) |
|
|
private |
increments the item count
Called by Item constructor
void fontconfig::ConstantList::BuildToken::init |
( |
| ) |
|
|
private |
initializes fields to zero
cannot be copied
Definition at line 237 of file name.h.
void fontconfig::ConstantList::BuildToken::write |
( |
const Char8_t * |
name, |
|
|
const char * |
object, |
|
|
int |
value |
|
) |
| |
|
private |
writes data and increments counter, returns true if this is the last item
Called by Item d'tor
int fontconfig::ConstantList::BuildToken::m_iItem |
|
private |
index of the current item to write
Definition at line 227 of file name.h.
int fontconfig::ConstantList::BuildToken::m_nItems |
|
private |
number of items
Definition at line 228 of file name.h.
FcConstant* fontconfig::ConstantList::BuildToken::m_ptr |
|
private |
array of objects
Definition at line 226 of file name.h.
The documentation for this class was generated from the following file: