top | up | prev | next

Item Struct

Definition at line 13 of NothrowList.hpp

Constructors

Item(Type type_, const std::u32string& text_, bool default_)

Enumerations

enum class Type

Member Variables

bool include
std::u32string text
Type type

Constructor Details

Item Constructor

cpp2cm::Item::Item(Type type_, const std::u32string& text_, bool default_)

Definition at line 11 of NothrowList.cpp
Declaration at line 16 of NothrowList.hpp


top | up | prev | next