COOPY » Guide
version 0.6.5
|
#include <coopy/Coopy.h>
#include <coopy/FileIO.h>
#include <coopy/JsWrap.h>
#include <coopy/JsonBook.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
std::string | coopy_js () |
std::string | coopy_test_js () |
int | main (int argc, char *argv[]) |
std::string coopy_js | ( | ) |
Referenced by main().
std::string coopy_test_js | ( | ) |
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 17 of file test_light_js.cpp.
References coopy::js::JsWrap::apply(), coopy_js(), coopy_test_js(), coopy::store::FileIO::get(), coopy::store::PolyBook::getSheetCount(), coopy::store::PolyBook::isValid(), coopy::app::Coopy::loadBook(), coopy::store::FileIO::openForWrite(), coopy::store::Property::put(), coopy::store::TextBook::readSheetByIndex(), and coopy::js::JsWrap::send().