add token_list
This commit is contained in:
parent
5aaa7b42b5
commit
acb99c7e33
|
@ -28,8 +28,6 @@
|
||||||
* *
|
* *
|
||||||
******************************************************************
|
******************************************************************
|
||||||
*/
|
*/
|
||||||
//test github desktop
|
|
||||||
//didn't see the changes, try another line
|
|
||||||
|
|
||||||
#ifndef INCLUDE_EXPRTK_HPP
|
#ifndef INCLUDE_EXPRTK_HPP
|
||||||
#define INCLUDE_EXPRTK_HPP
|
#define INCLUDE_EXPRTK_HPP
|
||||||
|
@ -2092,6 +2090,10 @@ namespace exprtk
|
||||||
return token_list_.empty();
|
return token_list_.empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
token_list_t token_list() const
|
||||||
|
{
|
||||||
|
return token_list_;
|
||||||
|
}
|
||||||
inline std::size_t size() const
|
inline std::size_t size() const
|
||||||
{
|
{
|
||||||
return token_list_.size();
|
return token_list_.size();
|
||||||
|
|
Loading…
Reference in New Issue