\brief Return the number of children fields associated with this type.
| 157 | |
| 158 | /// \brief Return the number of children fields associated with this type. |
| 159 | int num_fields() const { return static_cast<int>(children_.size()); } |
| 160 | |
| 161 | /// \brief Apply the TypeVisitor::Visit() method specialized to the data type |
| 162 | Status Accept(TypeVisitor* visitor) const; |