27#ifndef IDLFE_AST_ENUM_H_ 
   28#define IDLFE_AST_ENUM_H_ 
   53    template <
class T> 
friend class Ptr;
 
   61    const NamedItem& enum_type_;
 
 
   73    template <
class T> 
friend class Ptr;
 
 
Sequential container of the AST items.
 
const NamedItem & enum_type() const noexcept
 
@ ENUM_ITEM
class EnumItem
 
Items which have repository identifiers derive from this class.
 
const Identifier & name() const noexcept
 
The IDL simple declarator.
 
Abstract Syntax Tree namespace.