From acb99c7e33c7d7a30fca760b4095fc71d29f5e85 Mon Sep 17 00:00:00 2001 From: cmxu Date: Thu, 4 Feb 2016 11:00:03 +0800 Subject: [PATCH] add token_list --- exprtk.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exprtk.hpp b/exprtk.hpp index ba5d1b0..c419488 100644 --- a/exprtk.hpp +++ b/exprtk.hpp @@ -28,8 +28,6 @@ * * ****************************************************************** */ -//test github desktop -//didn't see the changes, try another line #ifndef INCLUDE_EXPRTK_HPP #define INCLUDE_EXPRTK_HPP @@ -2092,6 +2090,10 @@ namespace exprtk return token_list_.empty(); } + token_list_t token_list() const + { + return token_list_; + } inline std::size_t size() const { return token_list_.size();