ShortStringList - array of short string. More...
Public Member Functions | |
_FORCEINLINE void | assign (char *_val) |
Adds a new string. | |
_FORCEINLINE unsigned int | count () |
Number of array elements. | |
_FORCEINLINE ShortString * | data () |
Returns an array of data in a continuous sequence of ShortString. | |
_FORCEINLINE bool | isEmpty () |
Returns true if the array does not contain any element. | |