hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
nbindings.H
Go to the documentation of this file.
1 
2 #ifndef HOBBES_LANG_TYPEPREDS_NET_CONNECTION_HPP_INCLUDED
3 #define HOBBES_LANG_TYPEPREDS_NET_CONNECTION_HPP_INCLUDED
4 
5 namespace hobbes {
6 
7 class cc;
8 void initNetworkDefs(cc&);
9 
10 }
11 
12 #endif
13 
void initNetworkDefs(cc &)
Definition: nbindings.C:552
Definition: boot.H:7