Baptiste Thémine e72d4855de Update functionList.xml C++ parser
Improvements :
- add templated classes (and template-nested templated classes)
- add namespaced classes
- add classes which inherits another class without the accessibility keyword (private is optional for example)
- add classes with virtual inheritance
- add functions defined with the following keywords
  - (left) consteval|constexpr|friend|inline|static|virtual
  - (right) const|final|noexcept|override
- add functions defined with templated types (and template-nested templated types)
- add operator definitions

Close #5175
2020-08-30 18:13:23 +02:00
..
2020-08-26 14:01:05 +02:00
2020-08-30 18:13:23 +02:00
2020-08-28 23:47:29 +02:00
2020-08-26 14:01:05 +02:00
2017-02-22 00:15:54 +01:00