#include <string.h>
#include "cstream.h"
#include "inipat.h"
Functions | |
ostream & | operator<< (ostream &Out, TagInfo &Info) |
ostream & | operator<< (ostream &Out, const TagInfo *Info) |
bool | strToBool (const char *text, bool NoMatch) |
char | ValidateINI (char *filename) |
The implementation of the functions
bool strToBool | ( | const char * | text, | |
bool | NoMatch = false | |||
) |
converts some often used strings into booleans
text | the character string to be converted |
char ValidateINI | ( | char * | filename | ) |
checks if file with the given filename can be opened and if all open/close markups are consistent
filename | name of the configuration markup file to be checked |