NCBI C++ ToolKit
Functions | Variables
query_func_promote.cpp File Reference
#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>
+ Include dependency graph for query_func_promote.cpp:

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"
 

Function Documentation

◆ FastStringToBool()

bool FastStringToBool ( const CTempString  str,
bool isbool 
)

Variable Documentation

◆ s_kFalseString

const char* s_kFalseString = "false"
static

Definition at line 114 of file query_func_promote.cpp.

Referenced by FastStringToBool().

◆ s_kFString

const char* s_kFString = "f"
static

Definition at line 116 of file query_func_promote.cpp.

Referenced by FastStringToBool().

◆ s_kNoString

const char* s_kNoString = "no"
static

Definition at line 118 of file query_func_promote.cpp.

Referenced by FastStringToBool().

◆ s_kNString

const char* s_kNString = "n"
static

Definition at line 120 of file query_func_promote.cpp.

Referenced by FastStringToBool().

◆ s_kTrueString

const char* s_kTrueString = "true"
static

Definition at line 113 of file query_func_promote.cpp.

Referenced by FastStringToBool().

◆ s_kTString

const char* s_kTString = "t"
static

Definition at line 115 of file query_func_promote.cpp.

Referenced by FastStringToBool().

◆ s_kYesString

const char* s_kYesString = "yes"
static

Definition at line 117 of file query_func_promote.cpp.

Referenced by FastStringToBool().

◆ s_kYString

const char* s_kYString = "y"
static

Definition at line 119 of file query_func_promote.cpp.

Referenced by FastStringToBool().

Modified on Fri Sep 20 14:57:03 2024 by modify_doxy.py rev. 669887