Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
preprocessor
Commits
e3550a8f
Commit
e3550a8f
authored
Sep 04, 2018
by
Sébastien Villemot
Browse files
Various fixes in comments
parent
3fd6858f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ModFile.hh
View file @
e3550a8f
...
...
@@ -52,7 +52,7 @@ public:
ExternalFunctionsTable
external_functions_table
;
//! Numerical constants table
NumericalConstants
num_constants
;
//! Var Model Table used for storing info about
trend component
models
//! Var Model Table used for storing info about
VAR
models
VarModelTable
var_model_table
;
//! Trend Component Model Table used for storing info about trend component models
TrendComponentModelTable
trend_component_model_table
;
...
...
src/macro/MacroValue.hh
View file @
e3550a8f
...
...
@@ -73,7 +73,7 @@ public:
//! Less comparison
/*! Returns an IntMV, equal to 0 or 1 */
virtual
shared_ptr
<
IntMV
>
is_less
(
const
MacroValuePtr
&
mv
)
noexcept
(
false
);
//! Greater comparis
i
on
//! Greater comparison
/*! Returns an IntMV, equal to 0 or 1 */
virtual
shared_ptr
<
IntMV
>
is_greater
(
const
MacroValuePtr
&
mv
)
noexcept
(
false
);
//! Less or equal comparison
...
...
@@ -202,7 +202,7 @@ public:
shared_ptr
<
IntMV
>
is_equal
(
const
MacroValuePtr
&
mv
)
override
;
//! Subscripting operator
/*! Argument must be an ArrayMV<int>. Indexes begin at 1.
If argument is a one-element array, returns
an IntMV or StringMV
.
If argument is a one-element array, returns
the corresponding array element
.
Otherwise returns an array. */
MacroValuePtr
subscript
(
const
MacroValuePtr
&
mv
)
noexcept
(
false
)
override
;
//! Returns a string containing the concatenation of string representations of elements
...
...
@@ -236,9 +236,8 @@ public:
shared_ptr
<
IntMV
>
is_equal
(
const
MacroValuePtr
&
mv
)
override
;
//! Subscripting operator
/*! Argument must be an ArrayMV<int>. Indexes begin at 1.
Returns a StringMV.
*/
/*! Argument must be an ArrayMV<int>. Indexes begin at 1. */
MacroValuePtr
subscript
(
const
MacroValuePtr
&
mv
)
noexcept
(
false
)
override
;
//! Returns underlying string value
string
toString
()
override
;
string
print
()
override
;
shared_ptr
<
IntMV
>
length
()
noexcept
(
false
)
override
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment