NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/objutils/query_func_promote.hpp>
#include <gui/objutils/macro_ex.hpp>
#include <corelib/ncbiobj.hpp>
#include <corelib/ncbistd.hpp>
#include <objects/seq/seq_id_handle.hpp>
#include <gui/objutils/utils.hpp>
#include <cmath>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
bool | FastStringToBool (const CTempString str, bool &isbool) |
Variables | |
static const char * | s_kTrueString = "true" |
static const char * | s_kFalseString = "false" |
static const char * | s_kTString = "t" |
static const char * | s_kFString = "f" |
static const char * | s_kYesString = "yes" |
static const char * | s_kNoString = "no" |
static const char * | s_kYString = "y" |
static const char * | s_kNString = "n" |
bool FastStringToBool | ( | const CTempString | str, |
bool & | isbool | ||
) |
Definition at line 121 of file query_func_promote.cpp.
References AStrEquiv(), s_kFalseString, s_kFString, s_kNoString, s_kNString, s_kTrueString, s_kTString, s_kYesString, s_kYString, and str().
Referenced by CQueryFuncPromoteBase::SetCompareType().
|
static |
Definition at line 114 of file query_func_promote.cpp.
Referenced by FastStringToBool().
|
static |
Definition at line 116 of file query_func_promote.cpp.
Referenced by FastStringToBool().
|
static |
Definition at line 118 of file query_func_promote.cpp.
Referenced by FastStringToBool().
|
static |
Definition at line 120 of file query_func_promote.cpp.
Referenced by FastStringToBool().
|
static |
Definition at line 113 of file query_func_promote.cpp.
Referenced by FastStringToBool().
|
static |
Definition at line 115 of file query_func_promote.cpp.
Referenced by FastStringToBool().
|
static |
Definition at line 117 of file query_func_promote.cpp.
Referenced by FastStringToBool().
|
static |
Definition at line 119 of file query_func_promote.cpp.
Referenced by FastStringToBool().