hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
str.H
Go to the documentation of this file.
1 
2 #ifndef HOBBES_LANG_TYPEPREDS_STR_HPP_INCLUDED
3 #define HOBBES_LANG_TYPEPREDS_STR_HPP_INCLUDED
4 
6 #include <string>
7 
8 namespace hobbes {
9 
10 void initStrPredicates(const TEnvPtr&);
11 
12 }
13 
14 #endif
15 
Definition: boot.H:7
void initStrPredicates(const TEnvPtr &)
Definition: str.C:216
std::shared_ptr< TEnv > TEnvPtr
Definition: type.H:80