More work for XS Config

This commit is contained in:
Alessandro Ranellucci 2013-12-20 20:54:11 +01:00
parent 008f38cf68
commit 64e549a46f
7 changed files with 316 additions and 10 deletions

View file

@ -9,6 +9,10 @@
DynamicConfig();
~DynamicConfig();
SV* get(t_config_option_key opt_key);
void set(t_config_option_key opt_key, SV* value);
void set_deserialize(t_config_option_key opt_key, std::string str);
std::string serialize(t_config_option_key opt_key);
float get_abs_value(t_config_option_key opt_key);
%{
%}