|
Antares Simulator
Power System Simulator
|
A search token. More...
#include <searchtoken.h>
Public Types | |
| using | Ptr = std::shared_ptr< SearchToken > |
| The most suitable smart point for the class. | |
| using | Vector = std::vector< Ptr > |
| Vector of search tokens. | |
| using | VectorPtr = std::shared_ptr< Vector > |
| Vector ptr. | |
Public Attributes | |
| Yuni::String | text |
| Text. | |
| float | weight |
| Weight of the token. | |
A search token.