top | up | prev | next

Class Struct

Definition at line 955 of Html.cpp

Constructors

Class(const std::u32string& name_, int index_, int level_, bool subject_, bool hasDerivedClasses_, const std::u32string& link_)

Member Functions

void Write(CodeFormatter& formatter)

Member Variables

bool hasDerivedClasses
int index
int level
std::u32string name
bool subject

Constructor Details

Class Constructor

gendoc::html::Class::Class(const std::u32string& name_, int index_, int level_, bool subject_, bool hasDerivedClasses_, const std::u32string& link_)

Definition at line 967 of Html.cpp
Declaration at line 957 of Html.cpp


Member Function Details

Write Member Function

void gendoc::html::Class::Write(CodeFormatter & formatter)

Definition at line 972 of Html.cpp
Declaration at line 958 of Html.cpp

Calls: soulng::util::CodeFormatter::Write


top | up | prev | next