CIRCT
20.0.0git
|
#include <PrettyPrinter.h>
Public Member Functions | |
CallbackToken ()=default | |
Public Member Functions inherited from circt::pretty::Token | |
Kind | getKind () const |
Additional Inherited Members | |
Public Types inherited from circt::pretty::Token | |
enum class | Kind { String , Break , Begin , End , Callback } |
Static Public Member Functions inherited from circt::pretty::TokenBase< CallbackToken, Token::Kind::Callback > | |
static bool | classof (const Token *t) |
Protected Types inherited from circt::pretty::TokenBase< CallbackToken, Token::Kind::Callback > | |
using | InfoType = std::remove_reference_t< std::invoke_result_t< decltype(Token::getInfoImpl< DerivedKind, Token & >), Token & > > |
Protected Member Functions inherited from circt::pretty::TokenBase< CallbackToken, Token::Kind::Callback > | |
TokenBase () | |
InfoType & | getInfoMut () |
const InfoType & | getInfo () 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) |
Definition at line 167 of file PrettyPrinter.h.
|
default |