overloaded |
Defined in
<classes.cpp> |
|
(1) | (deprecated) |
|
(2) | |
|
(3) | |
|
(4) | |
|
(5) | |
|
(6) |
(1)
void overloaded()
(deprecated)
void overloaded()
a deprecated overload that takes zero parameters.
(2)
void overloaded(const std::string & first)
void overloaded(const std::string & first)
A series of overloaded functions.
an overloaded member function that takes one parameter.
Parameters
|
|
the first parameter of the first overload. |
(3)
void overloaded(const std::string &, class_example *, int)
void overloaded(const std::string &, class_example *, int)
an overloaded member function that takes three unnamed parameters. Let it be known that Doxygen doesnโt support documenting unnamed parameters at this time. There is a bug open on the issue, but as of this writing does not appear to be progressing.
Parameters
|
unnamed | ||
|
unnamed | ||
|
unnamed |
(4)
void overloaded(const std::string & first, class_example * second, int third, bool fourth, std::size_t fifth)
void overloaded(const std::string & first, class_example * second, int third, bool fourth, std::size_t fifth)
an overloaded member function that takes five parameters.
Parameters
|
|
the first parameter of the fourth overload. |
|
|
|
the second parameter of the fourth overload. |
|
|
|
the third parameter of the fourth overload. |
|
|
|
the fourth parameter of the fourth overload. |
|
|
|
the fifth parameter of the fourth overload. |
(5)
void overloaded(const std::string & first, const std::string & second) volatile
void overloaded(const std::string & first, const std::string & second) volatile
Another brief describing one of the overloaded functions.
an overloaded member function that takes two parameters.
Parameters
|
|
the first parameter of the second overload. |
|
|
|
the second parameter of the second overload. |
(6)
void overloaded(const std::string & first, std::vector<int> second) const
void overloaded(const std::string & first, std::vector<int> second) const
another overloaded member function that takes two parameters.
Parameters
|
|
the first parameter of the third overload. |
|
|
|
the second parameter of the third overload. |