hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
include
hobbes
lang
preds
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
5
#include <
hobbes/lang/tyunqualify.H
>
6
#include <string>
7
8
namespace
hobbes
{
9
10
void
initStrPredicates
(
const
TEnvPtr
&);
11
12
}
13
14
#endif
15
tyunqualify.H
hobbes
Definition:
boot.H:7
hobbes::initStrPredicates
void initStrPredicates(const TEnvPtr &)
Definition:
str.C:216
hobbes::TEnvPtr
std::shared_ptr< TEnv > TEnvPtr
Definition:
type.H:80
Generated by
1.8.13