|
FAST.Framework
1.0.0
|
#include <FList.h>


Public Member Functions | |
| FList () | |
| Constructor list object. | |
| virtual | ~FList () |
| Destroy list object. | |
| void | Add (const T &item) |
| ULLong | Count () const |
| Count of items in list. | |
| T | operator[] (ULLong position) const |
| < Returns pointer of item | |
| void | Remove (ULLong position) |
| void | Clear () |
| const type_info & | GetType () override |
| < Returns the type info over object | |
| FString | GetName () const override |
| < Returns the name of object | |
Public Member Functions inherited from FObject | |
| FObject ()=default | |
| Constructor. | |
| virtual | ~FObject ()=default |
| Destructor. | |
The FList define generic collections, which allow users to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections
|
inline |
| item | Add new item |
|
inline |
| position | Remove a item from the list |