#include <templates.h>

Public Attributes | |
| GAtomicCounter | ref_cnt |
| gchar * | name |
| gchar * | template_str |
| GList * | compiled_template |
| GlobalConfig * | cfg |
| guint | top_level: 1 |
| guint | escape: 1 |
| guint | def_inline: 1 |
| guint | trivial: 1 |
| guint | literal: 1 |
| LogMessageValueType | explicit_type_hint |
| LogMessageValueType | type_hint |
| GlobalConfig* LogTemplate::cfg |
| GList* LogTemplate::compiled_template |
| guint LogTemplate::def_inline |
| guint LogTemplate::escape |
| LogMessageValueType LogTemplate::explicit_type_hint |
| guint LogTemplate::literal |
| gchar* LogTemplate::name |
| GAtomicCounter LogTemplate::ref_cnt |
| gchar* LogTemplate::template_str |
| guint LogTemplate::top_level |
| guint LogTemplate::trivial |
| LogMessageValueType LogTemplate::type_hint |