ht's Scheme Interpreter
1.0
a simplified scheme interpreter implementation
Main Page
Related Pages
Classes
Files
File List
File Members
string.hpp
Go to the documentation of this file.
1
#
ifndef
__SCHEME_TYPES_STRING
2
#
define
__SCHEME_TYPES_STRING
3
#
include
"arch.hpp"
4
#
include
<
string
>
5
typedef
std::string
StringType
;
6
#
endif
StringType
std::string StringType
Definition:
string.hpp:5
types
string.hpp
Generated by
1.8.9.1