ファイル定義書 仕様書 自動 作成 ツール【A HotDocument】

settings.c

ファイル名ファイル名

settings.c

ソースファイル情報ソースファイル情報

内容 行数 比率
コメント行数 403 35%
空行行数 189 16%
実行行数 566 49%
合計行数 1158 100%

関数定義数関数定義数

内容 定義数
関数数 41

定義関数定義関数

No. 名称 属性 説明
1
FunctionFunction simple_settings_store int Registered settings blocks
2
FunctionFunction simple_settings_fetch int Fetch value of simple setting
3
StaticStatic apply_settings static int Apply all settings
4
StaticStatic reprioritise_settings static void Reprioritise settings
5
FunctionFunction register_settings int Register settings block
6
FunctionFunction unregister_settings void Unregister settings block
7
FunctionFunction find_child_settings struct settings * Find child named settings block
8
FunctionFunction find_settings struct settings * Find named settings block
9
FunctionFunction store_setting int Core settings routines
10
FunctionFunction fetch_setting int Fetch value of setting
11
FunctionFunction fetch_setting_len int Fetch length of setting
12
FunctionFunction fetch_string_setting int Fetch value of string setting
13
FunctionFunction fetch_ipv4_setting int Fetch value of IPv4 address setting
14
FunctionFunction fetch_int_setting int Fetch value of signed integer setting
15
FunctionFunction fetch_uint_setting int Fetch value of unsigned integer setting
16
FunctionFunction fetch_intz_setting long Fetch value of signed integer setting, or zero
17
FunctionFunction fetch_uintz_setting unsigned long Fetch value of unsigned integer setting, or zero
18
FunctionFunction fetch_uuid_setting int Fetch value of UUID setting
19
FunctionFunction setting_cmp int Compare two settings
20
FunctionFunction storef_setting int Formatted setting routines
21
StaticStatic find_setting static struct setting * Find named setting
22
StaticStatic find_setting_type static struct setting_type * Find setting type
23
StaticStatic parse_setting_name static int Parse setting name
24
FunctionFunction storef_named_setting int Parse and store value of named setting
25
FunctionFunction fetchf_named_setting int Fetch and format value of named setting
26
StaticStatic storef_string static int Setting types
27
StaticStatic fetchf_string static int Fetch and format value of string setting
28
StaticStatic storef_uristring static int Parse and store value of URI-encoded string setting
29
StaticStatic fetchf_uristring static int Fetch and format value of URI-encoded string setting
30
StaticStatic storef_ipv4 static int Parse and store value of IPv4 address setting
31
StaticStatic fetchf_ipv4 static int Fetch and format value of IPv4 address setting
32
StaticStatic storef_int static int Parse and store value of integer setting
33
StaticStatic storef_int8 static int Parse and store value of 8-bit integer setting
34
StaticStatic storef_int16 static int Parse and store value of 16-bit integer setting
35
StaticStatic storef_int32 static int Parse and store value of 32-bit integer setting
36
StaticStatic fetchf_int static int Fetch and format value of signed integer setting
37
StaticStatic fetchf_uint static int Fetch and format value of unsigned integer setting
38
StaticStatic storef_hex static int Parse and store value of hex string setting
39
StaticStatic fetchf_hex static int Fetch and format value of hex string setting
40
StaticStatic storef_uuid static int Parse and store value of UUID setting
41
StaticStatic fetchf_uuid static int Fetch and format value of UUID setting

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー