![]() |
Public API Reference |
#include <aws.h>
Inheritance diagram for iAwsKeyContainer:
Public Methods | |
virtual iAwsKey * | Find (iString *name)=0 |
Looks up a key based on it's name. More... | |
virtual iAwsKey * | Find (const char *name)=0 |
Looks up a key based on it's name. More... | |
virtual iAwsKey * | Find (unsigned long id)=0 |
Looks up a key based on it's ID. More... | |
virtual void | Add (iAwsKey *key)=0 |
Adds an item to the container. More... | |
virtual iAwsKey * | GetAt (int i)=0 |
returns children number i. More... | |
virtual int | Length ()=0 |
returns number of childrens. More... | |
virtual void | Remove (iString *name)=0 |
Removes an item from the container. More... | |
virtual void | Remove (const char *name)=0 |
Removes an item from the container. More... | |
virtual void | Remove (iAwsKey *key)=0 |
Removes a specific item from the container. More... | |
virtual void | RemoveAll ()=0 |
Removes all items from the container. More... | |
virtual void | Consume (iAwsKeyContainer *c)=0 |
Consumes an entire list by moving all of it's member's to this one, and removing them from it. More... |
@
Definition at line 184 of file aws.h.
|
Adds an item to the container.
|
|
Consumes an entire list by moving all of it's member's to this one, and removing them from it.
|
|
Looks up a key based on it's ID.
|
|
Looks up a key based on it's name.
|
|
Looks up a key based on it's name.
|
|
returns children number i.
|
|
returns number of childrens.
|
|
Removes a specific item from the container.
|
|
Removes an item from the container.
|
|
Removes an item from the container.
|
|
Removes all items from the container.
|