1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/generic_data.cpp
Bill Robertson 68c968e109 Add a docs target & worked on documentation. Changed pushString() to
std::string, and added pushUnknown() to conversion destination classes
2009-10-17 23:45:02 -04:00

10 lines
177 B
C++

#include "generic_data.h"
StringDest::StringDest() {
}
StringDest::~StringDest(){
}
const std::string StringDest::TRUE("true");
const std::string StringDest::FALSE("false");