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/registry_8hpp_source.html below:

NCBI C++ ToolKit: include/gui/objutils/registry.hpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

1 #ifndef GUI_OBJUTILS___REGISTRY__HPP 2 #define GUI_OBJUTILS___REGISTRY__HPP 49

ePriority_Temp_Inc = 4,

51

ePriority_Global = 16384

106  CRegistryReadView

GetReadView(

const string

& section,

const

vector<string>& sub_sections)

const

;

126  CRegistryWriteView

GetWriteView(

const string

& section,

const

vector<string>& sub_sections);

138  int

GetInt(

const string

&

key

,

int

default_val = 0)

const

;

140  double

GetReal(

const string

&

key

,

double

default_val = 0)

const

;

142  bool

GetBool(

const string

&

key

,

bool

default_val =

false

)

const

;

144  string

GetString(

const string

&

key

,

const string

& default_val =

kEmptyStr

)

const

;

146  void

GetIntVec(

const string

&

key

, vector<int>&

val

)

const

;

148  void

GetRealVec(

const string

&

key

, vector<double>&

val

)

const

;

150  void

GetStringVec(

const string

&

key

, vector<string>&

val

)

const

;

152  void

GetStringList(

const string

&

key

, list<string>&

val

)

const

;

160  bool

HasField(

const string

&

key

)

const

;

168  void

Set(

const string

&

key

,

int val

);

170  void

Set(

const string

&

key

,

double val

);

172  void

Set(

const string

&

key

,

bool val

);

174  void

Set(

const string

&

key

,

const string

&

val

);

176  void

Set(

const string

&

key

,

const char

*

val

);

178  void

Set(

const string

&

key

,

const

vector<int>&

val

);

180  void

Set(

const string

&

key

,

const

vector<double>&

val

);

182  void

Set(

const string

&

key

,

const

vector<string>&

val

);

184  void

Set(

const string

&

key

,

const

list<string>&

val

);

186  void

Set(

int site

,

const string

&

key

,

int val

);

188  void

Set(

int site

,

const string

&

key

,

double val

);

190  void

Set(

int site

,

const string

&

key

,

bool val

);

192  void

Set(

int site

,

const string

&

key

,

const string

&

val

);

194  void

Set(

int site

,

const string

&

key

,

const char

*

val

);

196  void

Set(

int site

,

const string

&

key

,

const

vector<int>&

val

);

198  void

Set(

int site

,

const string

&

key

,

const

vector<double>&

val

);

200  void

Set(

int site

,

const string

&

key

,

const

vector<string>&

val

);

202  void

Set(

int site

,

const string

&

key

,

const

list<string>&

val

);

219  bool

DeleteField(

const string

&

key

);

221  bool

DeleteField(

int site

,

const string

&

key

);

224  int

GetWritableSite();

228  void

SetWritableSite(

int

priority = ePriority_Local);

261  bool

m_isReadOnly{

false

};

280  static string MakeKey

(

const string

& section,

const string

&

key

,

CGuiRegistry & operator=(const CGuiRegistry &)

map< int, CRef< CRegistryFile > > TRegistries

our registry stores this is a hierarchical organization

CGuiRegistry(const CGuiRegistry &)

forbidden

static const string kDecimalDot

int m_WritableSite

The priority of the site that writes go to.

EPriority

enum controlling priority of added registries

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

static string MakeKey(CScoreValue const &)

void SetField(objects::CUser_object &user, const string &field_name, const string &val)

void Write(CObjectOStream &out, TConstObjectPtr object, const CTypeRef &type)

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

IO_PREFIX::ostream CNcbiOstream

Portable alias for ostream.

IO_PREFIX::istream CNcbiIstream

Portable alias for istream.

#define NCBI_GUIOBJUTILS_EXPORT

const struct ncbi::grid::netcache::search::fields::KEY key

Portable reference counted smart and weak pointers using CWeakRef, CRef, CObject and CObjectEx.


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