Go to the source code of this file.
Go to the SVN repository for this file.
◆ CUSTOM_ARG_GET #define CUSTOM_ARG_GET ( x ) Value:inline \
bool CFlatFileConfig::x(void) const \
{ \
return (m_Custom &
f##x) != 0; \
}
Definition at line 831 of file flat_file_config.hpp.
◆ CUSTOM_ARG_IMP #define CUSTOM_ARG_IMP ( x ) ◆ CUSTOM_ARG_SET #define CUSTOM_ARG_SET ( x ) Value:inline \
CFlatFileConfig& CFlatFileConfig::Set##x(bool val) \
{ \
if ( val ) { \
} else { \
} \
return *this; \
}
Definition at line 838 of file flat_file_config.hpp.
◆ FLAG_ARG_GET #define FLAG_ARG_GET ( x ) Value:inline \
bool CFlatFileConfig::x(void) const \
{ \
return (m_Flags &
f##x) != 0; \
}
Definition at line 776 of file flat_file_config.hpp.
◆ FLAG_ARG_IMP #define FLAG_ARG_IMP ( x ) ◆ FLAG_ARG_SET #define FLAG_ARG_SET ( x ) Value:inline \
CFlatFileConfig& CFlatFileConfig::Set##x(bool val) \
{ \
if ( val ) { \
} else { \
} \
return *this; \
}
Definition at line 783 of file flat_file_config.hpp.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4