Inline trivial functions grouped with a unique comment.
More...
Inline trivial functions grouped with a unique comment.
Usually, a class should not have these kind of simple accessors (setters). Otherwise, defining member attributes as private makes no sense.
Mutators* are usually non trivial and must be defined in the C++ body files.
void Style::setArgDouble |
( |
double |
argDouble | ) |
|
|
inline |
void Style::setArgInt |
( |
int |
argInt | ) |
|
|
inline |
void Style::setArgVectorDouble |
( |
const VectorDouble & |
argVectorDouble | ) |
|
|
inline |
void Style::setArgVectorInt |
( |
const VectorInt & |
argVectorInt | ) |
|
|
inline |