class QPanda::ParseExpressionStr

#include <PraseExpressionStr.h>

class ParseExpressionStr
{
public:
    // structs

    struct StrNode;

    // methods

    virtual double parse(const std::string& src_str);
};