Add test for static member variable
This commit is contained in:
parent
a635f5dd05
commit
de2855820a
2 changed files with 35 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ namespace cppast
|
|||
/// A [cppast::cpp_entity]() modelling a C++ variable.
|
||||
/// \notes This is not a member variable,
|
||||
/// use [cppast::cpp_member_variable]() for that.
|
||||
/// But it can be `static` member variable.
|
||||
class cpp_variable final : public cpp_entity, public cpp_variable_base
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue