A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/map__assembly__params_8cpp_source.html below:

NCBI C++ ToolKit: src/gui/widgets/loaders/map_assembly_params.cpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

87 static const char

*

kAssAcc

=

"AssemblyAcc"

;

88 static const char

*

kAssName

=

"AssemblyName"

;

89 static const char

*

kAssDesc

=

"AssemblyDesc"

;

95

user_field.GetField(

kUseMapping

).GetData().IsBool()) {

100  if

(user_field.HasField(

kAssAcc

) &&

101

user_field.GetField(

kAssAcc

).GetData().IsStr()) {

103

GetField(

kAssAcc

).GetData().GetStr();

105  if

(user_field.HasField(

kAssName

) &&

106

user_field.GetField(

kAssName

).GetData().IsStr()) {

108

GetField(

kAssName

).GetData().GetStr();

110  if

(user_field.HasField(

kAssDesc

) &&

111

user_field.GetField(

kAssDesc

).GetData().IsStr()) {

113

GetField(

kAssDesc

).GetData().GetStr();

void LoadSettings(CRegistryReadView &view)

void SaveSettings(CRegistryWriteView &view) const

bool operator==(const CMapAssemblyParams &data) const

void operator=(const CMapAssemblyParams &data)

void Copy(const CMapAssemblyParams &data)

void LoadAsn(objects::CUser_field &user_field)

void SaveAsn(objects::CUser_field &user_field) const

class CRegistryReadView provides a nested hierarchical view at a particular key.

bool GetBool(const string &key, bool default_val=false) const

string GetString(const string &key, const string &default_val=kEmptyStr) const

void Set(const string &key, int val)

access a named key at this level, with no recursion

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

static const char * kAssDesc

static const char * kUseMapping

static const char * kAssSearchTerm

static const char * kAssAcc

static const char * kAssName


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