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

NCBI C++ ToolKit: src/sample/app/cgi/cgires/hellocmd.cpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

68  string

baseFile = reg.

Get

(

"filesystem"

,

"HtmlBaseFile"

);

76  ctx

.GetResponse().WriteHeader();

118

unique_ptr <CHTML_form> Form(

new CHTML_form

(reg.

Get

(

"html"

,

"URL"

)));

120

Form->AppendChild(

new CHTML_text

(

"input"

, 40));

121

Form->AddHidden(

GetEntry

(),

"reply"

);

122

Form->AppendChild(

new CHTML_submit

(

"Go"

,

"submit"

));

124  return

Form.release();

151  return string

(

"reply"

);

162

unique_ptr <CHTMLText> Reply(

new CHTMLText

(

"Hello"

));

166

(

ctx

.GetRequest().GetEntries());

169

pair<TCgiEntriesI,TCgiEntriesI> p =

entries

.equal_range(

"input"

);

173

Reply->AppendChild(

new CHTMLText

(

", "

));

179  return

Reply.release();

virtual string GetName(void) const

virtual CNcbiCommand * Clone(void) const

virtual CNCBINode * CreateView(CCgiContext &ctx)

CHelloBasicCommand(CNcbiResource &resource)

virtual ~CHelloBasicCommand(void)

virtual void Execute(CCgiContext &ctx)

CHelloCommand(CNcbiResource &resource)

virtual CNCBINode * CreateView(CCgiContext &ctx)=0

virtual ~CHelloCommand(void)

virtual string GetEntry() const

CHelloResource & GetHelloResource() const

CHelloReplyCommand(CNcbiResource &resource)

virtual ~CHelloReplyCommand(void)

virtual CNCBINode * CreateView(CCgiContext &ctx)

virtual CNcbiCommand * Clone(void) const

virtual string GetName(void) const

Include a standard set of the NCBI C++ Toolkit most basic headers.

TCgiEntries::iterator TCgiEntriesI

virtual const string & Get(const string &section, const string &name, TFlags flags=0) const

Get the parameter value.

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

Process information in the NCBI Registry, including working with configuration files.

static wxAcceleratorEntry entries[3]


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