CIRCT  19.0.0git
List of all members
circt::pretty::EndToken Struct Reference

#include <PrettyPrinter.h>

Inheritance diagram for circt::pretty::EndToken:
Inheritance graph
[legend]
Collaboration diagram for circt::pretty::EndToken:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from circt::pretty::Token
enum class  Kind {
  String , Break , Begin , End ,
  Callback
}
 
- Public Member Functions inherited from circt::pretty::Token
Kind getKind () const
 
- Static Public Member Functions inherited from circt::pretty::TokenBase< EndToken, Token::Kind::End >
static bool classof (const Token *t)
 
- Protected Types inherited from circt::pretty::TokenBase< EndToken, Token::Kind::End >
using InfoType = std::remove_reference_t< std::invoke_result_t< decltype(Token::getInfoImpl< DerivedKind, Token & >), Token & > >
 
- Protected Member Functions inherited from circt::pretty::TokenBase< EndToken, Token::Kind::End >
 TokenBase ()
 
InfoTypegetInfoMut ()
 
const InfoTypegetInfo () const
 
void initialize (Args &&...args)
 
- Protected Member Functions inherited from circt::pretty::Token
 Token (Kind k)
 
- Static Protected Member Functions inherited from circt::pretty::Token
template<Kind k, typename T >
static auto & getInfoImpl (T &t)
 

Detailed Description

Definition at line 165 of file PrettyPrinter.h.


The documentation for this struct was generated from the following file: