MCPcopy Create free account

hub / github.com/brofield/simpleini / functions

Functions160 in github.com/brofield/simpleini

↓ 173 callersMethodGetValue
SimpleIni.h:2155
↓ 126 callersMethodLoadData
SimpleIni.h:1461
↓ 47 callersMethodKeyExists
Test if the key exists in a section. Convenience function. */
SimpleIni.h:863
↓ 42 callersMethodSectionExists
Test if a section exists. Convenience function */
SimpleIni.h:858
↓ 40 callersMethodGetBoolValue
SimpleIni.h:2308
↓ 32 callersMethodSetValue
Add or update a section or value. This will always insert when multiple keys are enabled. @param a_pSection Section to add or updat
SimpleIni.h:972
↓ 31 callersMethodSetUnicode
Set the storage format of the INI data. This affects both the loading and saving of the INI data using all of the Load/Save API functions.
SimpleIni.h:509
↓ 26 callersMethodSave
SimpleIni.h:2538
↓ 23 callersMethodGetLongValue
SimpleIni.h:2187
↓ 21 callersMethodWrite
SimpleIni.h:406
↓ 20 callersMethodDelete
SimpleIni.h:2706
↓ 18 callersMethodGetSectionSize
SimpleIni.h:2404
↓ 15 callersMethodSetMultiKey
Should multiple identical keys be permitted in the file. If set to false then the last value encountered will be used as the value of the key.
SimpleIni.h:535
↓ 13 callersMethodGetDoubleValue
SimpleIni.h:2251
↓ 10 callersMethodSetBoolValue
SimpleIni.h:2346
↓ 10 callersMethodSetLongValue
SimpleIni.h:2222
↓ 9 callersMethodLoadFile
SimpleIni.h:1384
↓ 8 callersMethodGetAllSections
SimpleIni.h:2449
↓ 7 callersMethodGetAllValues
SimpleIni.h:2370
↓ 6 callersMethodConvertToStore
Convert the input string to the storage format of this data. * The storage format is always UTF-8 or MBCS. * * @param a_pInputData NUL
SimpleIni.h:2958
↓ 6 callersFunctionCurrentHeapBytes
tests/ts-regressions.cpp:48
↓ 6 callersFunctionDecode
Decode one UTF-8 code point. Returns false on illegal or truncated input. */
SimpleIni.h:2987
↓ 6 callersMethodGetAllKeys
SimpleIni.h:2459
↓ 6 callersMethodSetAllowKeyOnly
When reading/writing an ini file, do we require every key to have an equals sign to delineate a valid key value. If false, then every valid ke
SimpleIni.h:586
↓ 6 callersMethodSetDoubleValue
SimpleIni.h:2279
↓ 5 callersMethodData
SimpleIni.h:465
↓ 5 callersMethodDeleteValue
SimpleIni.h:2712
↓ 5 callersMethodGetSection
SimpleIni.h:2436
↓ 5 callersMethodIsEmpty
Has any data been loaded */
SimpleIni.h:490
↓ 4 callersMethodConvertFromStore
Convert the input string from the storage format to SI_CHAR. * The storage format is always UTF-8 or MBCS. * * @param a_pInputData Dat
SimpleIni.h:2920
↓ 4 callersFunctionEncode
Encode one code point as UTF-8. Returns bytes written, or -1 on error. * Surrogate code points (U+D800..U+DFFF) and values above U+10FFFF are * en
SimpleIni.h:3042
↓ 4 callersMethodSetQuotes
Should we recognise and parse quotes in single line values? \param a_bParseQuotes Parse quoted data in values? */
SimpleIni.h:571
↓ 3 callersMethodReset
SimpleIni.h:1266
↓ 3 callersMethodSetMultiLine
Should data values be permitted to span multiple lines in the file. If set to false then the multi-line construct <<<TAG as a value will be
SimpleIni.h:549
↓ 3 callersFunctionTestDataPath
tests/ts-utf8-conversion.cpp:29
↓ 2 callersFunctionFailMissingTestData
tests/ts-utf8-conversion.cpp:33
↓ 2 callersMethodSetSpaces
Should spaces be added around the equals sign when writing key/value pairs out. When true, the result will be "key = value". When false,
SimpleIni.h:562
↓ 2 callersFunctionUCharPathToUtf8
Convert a UChar file path to a newly allocated UTF-8 string for fopen. */
SimpleIni.h:1290
↓ 2 callersFunction__wrap_malloc
tests/ts-regressions.cpp:27
↓ 1 callersFunctionAppendCodePoint
SimpleIni.h:3078
↓ 1 callersMethodConvertFromStore
tests/ts-regressions.cpp:78
↓ 1 callersFunctionConvertFromStoreUtf8
tests/ts-utf8-conversion.cpp:202
↓ 1 callersFunctionDecodeUtf8Sequence
tests/ts-utf8-conversion.cpp:187
↓ 1 callersFunctionGetFileSize
Query the size of an open FILE and leave it positioned at offset 0. */
SimpleIni.h:1317
↓ 1 callersFunctionInitSystemUtf8Reference
tests/ts-utf8-conversion.cpp:51
↓ 1 callersFunctionIsAssignedScalar
tests/ts-utf8-conversion.cpp:62
↓ 1 callersFunctionLoadHexLines
tests/ts-utf8-conversion.cpp:154
↓ 1 callersFunctionReadCodePoint
SimpleIni.h:3103
↓ 1 callersFunctionRequireTestData
tests/ts-utf8-conversion.cpp:43
↓ 1 callersMethodSaveFile
SimpleIni.h:2486
↓ 1 callersMethodSizeFromStore
Calculate the number of SI_CHAR required for converting the input * from the storage format. The storage format is always UTF-8 or MBCS. *
SimpleIni.h:2899
↓ 1 callersMethodSizeFromStore
tests/ts-regressions.cpp:73
↓ 1 callersFunctionSystemDecode
tests/ts-utf8-conversion.cpp:95
↓ 1 callersFunctionSystemEncode
tests/ts-utf8-conversion.cpp:68
Method IsSingleLineQuotedValue
SimpleIni.h:1832
Method UndoIncrementalLoadData
SimpleIni.h:2026
MethodAddEntry
SimpleIni.h:2042
MethodCSimpleIniTempl
SimpleIni.h:1253
MethodConvertFromStore
Convert the input string from the storage format to SI_CHAR. * The storage format is always UTF-8 or MBCS. * * @param a_pInputData Dat
SimpleIni.h:3195
MethodConvertFromStore
tests/ts-regressions.cpp:112
MethodConvertFromStore
tests/ts-regressions.cpp:163
MethodConvertToStore
SimpleIni.h:454
MethodConvertToStore
Convert the input string to the storage format of this data. * The storage format is always UTF-8 or MBCS. * * @param a_pInputData NUL
SimpleIni.h:3279
MethodConvertToStore
tests/ts-regressions.cpp:118
MethodConvertToStore
tests/ts-regressions.cpp:176
MethodConverter
SimpleIni.h:446
MethodCopyString
SimpleIni.h:2000
MethodDeleteString
SimpleIni.h:2780
MethodEntry
SimpleIni.h:337
MethodFailConvertFromStore
tests/ts-regressions.cpp:97
MethodFailOnFourthConvertToStore
tests/ts-regressions.cpp:147
MethodFileWriter
SimpleIni.h:405
MethodFindEntry
SimpleIni.h:1636
MethodFindFileComment
SimpleIni.h:1612
MethodGetAllowKeyOnly
Do we allow keys to exist without a value or equals sign? */
SimpleIni.h:591
MethodGetConverter
Return a conversion object to convert text to the same encoding as is used by the Save(), SaveFile() and SaveString() functions. Use t
SimpleIni.h:1107
MethodIsComment
Does the supplied character start a comment line? */
SimpleIni.h:1161
MethodIsLess
Internal use of our string comparison function */
SimpleIni.h:1179
MethodIsMultiKey
Get the storage format of the INI data. */
SimpleIni.h:540
MethodIsMultiLine
Query the status of multi-line data */
SimpleIni.h:554
MethodIsMultiLineData
SimpleIni.h:1797
MethodIsMultiLineTag
SimpleIni.h:1784
MethodIsNewLineChar
SimpleIni.h:1865
MethodIsSpace
Is the supplied character a whitespace character? */
SimpleIni.h:1156
MethodIsUnicode
Get the storage format of the INI data. */
SimpleIni.h:515
MethodLoadData
Load INI file data direct from a std::string @param a_strData Data to be loaded @return SI_Error See error definitions */
SimpleIni.h:646
MethodLoadMultiLineText
SimpleIni.h:1871
MethodOutputMultiLineText
SimpleIni.h:2681
MethodOutputWriter
SimpleIni.h:391
MethodRegressionConvertA
tests/ts-regressions.cpp:63
MethodSI_ConvertA
SimpleIni.h:2874
MethodSI_ConvertW
SimpleIni.h:3132
MethodSave
Save the INI data to an ostream. See Save() for details. @param a_ostream String to have the INI data appended to. @param a_bAddS
SimpleIni.h:751
MethodSetUp
tests/ts-edgecases.cpp:13
MethodSetUp
tests/ts-numeric.cpp:15
MethodSetUp
tests/ts-generic.cpp:14
MethodSetUp
tests/ts-multiline.cpp:13
MethodSetUp
tests/ts-sections.cpp:12
MethodSetUp
tests/ts-quotes.cpp:16
MethodSetUp
tests/ts-roundtrip.cpp:17
next →1–100 of 160, ranked by callers