{ if templ} Template { endif} {if struct} Struct {endif} {else} {if union} Union {endif}{else} Class {endelse} {endelse} {classlinked}{templ}

{if parents}

Parent classes
{parents}

{endif} {if brief}

{brief}

{endif} {if detail}

{detail}

{endif} {if italic} {italic}

{endif}

Members

{if public}

Public:

{foreach public}
{if brief} {endif} {if detail} {endif}

{brief}

{if type}{type}{endif}
{mname}{if func}({args}){if const}const{endif}{if throws}
throws {throwclass}({throwargs})
{endif}{endif}{if enum}{lb}{args}{rb}{endif};
{if param} {param} {endif}
{detail}


{next public} {endif public} {if protected}

Protected:

{foreach protected} {include memberlisting}
{next protected}

{endif protected} {if friend}

Friends:

{foreach friend} {include memberlisting}
{next friend}

{endif friend}
{if author} {endif} {if revision} {endif} {if date} {endif} {if state} {endif}
Author { author }
Revision { revision }
Date { date }
State { state }