logo

libbulletml

Library of Bullet Markup Language (forked from https://shinh.skr.jp/libbulletml/index_en.html )git clone https://hacktivis.me/git/libbulletml.git

calc.h (211B)


  1. #ifndef CALC_H_
  2. #define CALC_H_
  3. #include "formula.h"
  4. #include "bulletmlcommon.h"
  5. #include <string>
  6. #include <memory>
  7. DECLSPEC std::auto_ptr<Formula<double> > calc(const std::string& str);
  8. #endif // CALC_H_