• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct Info {
2   virtual ~Info();
hashInfo3   void hash() {}
4 };
5