Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
GiiUtils.h
Go to the documentation of this file.
1#pragma once
2
3#include <functional>
5#include <gii/global.h>
7#include <misc/gen/Value.h>
8
9namespace sf
10{
11
18
24bool _GII_FUNC loadVariableValues(IniProfile& profile, const std::function<bool(InformationTypes::id_type, Value&)>& func = nullptr);
25
26}// namespace sf
unsigned long long id_type
Type used for the identifying integer (64-bits).
Definition InformationBase.h:30
Class for reading and writing ini-profiles.
Definition IniProfile.h:17
Value container class able to performing arithmetic functions.
Definition Value.h:19
#define _GII_FUNC
Definition gii/global.h:37
Definition Application.h:10
bool _GII_FUNC loadVariableValues(IniProfile &profile, const std::function< bool(InformationTypes::id_type, Value &)> &func=nullptr)
bool _GII_FUNC saveVariableValues(IniProfile &profile)
Saves variable settings to the passed profile instance.