Title formatting

template<bool set = true, bool get = true>
class titleformat_hook_global_variables : public titleformat_hook

Public Functions

inline bool process_field(titleformat_text_out *p_out, const char *p_name, size_t p_name_length, bool &p_found_flag) override
inline bool process_function(titleformat_text_out *p_out, const char *p_name, size_t p_name_length, titleformat_hook_function_params *p_params, bool &p_found_flag) override
inline titleformat_hook_global_variables(global_variable_list &vars)
class global_variable_list : public pfc::ptr_list_t<global_variable>

Public Functions

inline const char *find_by_name(const char *p_name, t_size length)
inline void add_item(const char *p_name, t_size p_name_length, const char *p_value, t_size p_value_length)
inline ~global_variable_list()
class global_variable

Public Functions

inline global_variable(const char *p_name, t_size p_name_length, const char *p_value, t_size p_value_length)
inline const char *get_name() const
inline const char *get_value() const