Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chaofan Chen
ogs
Commits
4e6e8246
Commit
4e6e8246
authored
6 years ago
by
Dmitri Naumov
Browse files
Options
Downloads
Patches
Plain Diff
[BL] ConfigTree; Improve default return descr.
parent
6c227297
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BaseLib/ConfigTree.h
+7
-4
7 additions, 4 deletions
BaseLib/ConfigTree.h
with
7 additions
and
4 deletions
BaseLib/ConfigTree.h
+
7
−
4
View file @
4e6e8246
...
...
@@ -283,10 +283,12 @@ public:
template
<
typename
T
>
T
getConfigParameter
(
std
::
string
const
&
param
)
const
;
/*! Get parameter \c param of type \c T from the configuration tree or the \c default_value.
/*! Get parameter \c param of type \c T from the configuration tree or the
* \c default_value.
*
* This method has a similar behaviour as getConfigParameter(std::string const&) except in case
* of errors the \c default_value is returned.
* This method has a similar behaviour as getConfigParameter(std::string
* const&) except the \c default_value is returned if the attribute has not
* been found.
*
* \pre \c param must not have been read before from this ConfigTree.
*/
...
...
@@ -375,7 +377,8 @@ public:
* \c default_value.
*
* This method has a similar behaviour as getConfigAttribute(std::string
* const&) except in case of errors the \c default_value is returned.
* const&) except the \c default_value is returned if the attribute has not
* been found.
*
* \return the requested attribute's value.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment