Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::Parsing::TypeDesc< TokenIterType > Struct Template Reference

Describes a type parsed from the source code. More...

#include <ParsingTools.hpp>

Classes

struct  Member
 Members of the type. More...
 

Public Attributes

std::optional< TokenIterType > Name = {}
 Type name.
 
std::vector< MemberMembers = {}
 Members of the type.
 

Detailed Description

template<typename TokenIterType>
struct Diligent::Parsing::TypeDesc< TokenIterType >

Describes a type parsed from the source code.