Jump to content

Template:NamespaceRemark

From BCI2000 Wiki
Revision as of 15:14, 12 September 2008 by Mellinger (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The {{{Class}}} class is contained within the {{{Namespace}}} namespace. To use it, either qualify its name: {{{Namespace}}}::{{{Class}}} (recommended for header files); or put a using statement on top of the file (recommended for cpp files):

using namespace {{{Namespace}}};