Itasca C++ Interface
Loading...
Searching...
No Matches
iglobalruntime.h
1#pragma once
2
4
5namespace fish {
6 class ISymbol;
7
9 public:
10 virtual const ISymbol *findISymbol(const string &name) const=0;
11 };
12} // namespace fish
13// EoF
includes std::string and additional functions not included in the standard.
Definition iglobalruntime.h:8
Definition isymbol.h:10