top
|
up
|
prev
|
next
CCComponent Struct
Definition at line
62
of
Scope.hpp
Constructors
CCComponent
(
CCComponentSeparator
separator_,
const
std::u32string& str_)
Member Variables
CCComponentSeparator
separator
std::u32string
str
Constructor Details
CCComponent Constructor
cmajor::symbols::CCComponent::CCComponent(
CCComponentSeparator
separator_,
const
std::u32string& str_)
Definition at line
64
of
Scope.hpp
:
64
:
separator
(
separator_
)
,
str
(
str_
)
{
}
top
|
up
|
prev
|
next