1
// =================================
2
// Copyright (c) 2020 Seppo Laakko
3
// Distributed under the MIT license
4
// =================================
5
6
#include <cpp2cm/cpp2cm/Context.hpp>
7
8
namespace
cpp2cm
{
9
10
Context
::
Context
(
)
:
currentContainerNode
(
nullptr
)
,
currentNamespace
(
nullptr
)
,
currentClassTypeSymbol
(
nullptr
)
11
{
12
}
13
14
}
// namespacce cpp2cm