mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated fift/func
This commit is contained in:
parent
b6f6788532
commit
d41ce55305
31 changed files with 717 additions and 66 deletions
|
@ -196,6 +196,7 @@ class TLB {
|
|||
virtual std::ostream& print_type(std::ostream& os) const {
|
||||
return os << "<unknown-TLB-type>";
|
||||
}
|
||||
std::string get_type_name() const;
|
||||
virtual bool print_skip(PrettyPrinter& pp, vm::CellSlice& cs) const;
|
||||
virtual bool print(PrettyPrinter& pp, const vm::CellSlice& cs) const {
|
||||
vm::CellSlice cs_copy{cs};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue