Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetValue
Method
SetValue
Source/CursesDialog/cmCursesWidget.cxx:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void cmCursesWidget::SetValue(std::string const& value)
36
{
37
this->Value = value;
38
set_field_buffer(this->Field, 0, const_cast<char*>(value.c_str()));
39
}
40
41
char const* cmCursesWidget::GetValue()
42
{
Callers
6
NextOption
Method · 0.45
PreviousOption
Method · 0.45
SetOption
Method · 0.45
SetValueAsBool
Method · 0.45
SetString
Method · 0.45
cmCursesLabelWidget
Method · 0.45
Calls
2
set_field_buffer
Function · 0.85
c_str
Method · 0.80
Tested by
no test coverage detected