This commit is contained in:
cmxu2012 2017-04-07 10:36:17 +00:00 committed by GitHub
commit f9351fc4b2
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,6 @@
******************************************************************
*/
#ifndef INCLUDE_EXPRTK_HPP
#define INCLUDE_EXPRTK_HPP
@ -2141,6 +2140,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();