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