|
LILAC
|
#include <list.h>


Public Member Functions | |
| std::string | type () const |
| void | print () const |
| void | parse (const std::string &inval) |
| void | _retrieve (retrieve_wrapper &&inval, item *caller) |
Public Member Functions inherited from native_item | |
| std::vector< std::string > | dependencies () const |
| void | postprocess (input &inval) |
Public Member Functions inherited from item | |
| item () | |
| virtual | ~item () |
| virtual void | update () |
| void | setname (const std::string n) |
| void | set_write_name (std::string wname) |
| const std::string & | name () const |
| const std::string & | write_name () const |
Private Attributes | |
| std::vector< native_item * > | vals |
Additional Inherited Members | |
Static Public Member Functions inherited from item | |
| static std::shared_ptr< item > | create (std::string name, engineimp *rval) |
Public Attributes inherited from item | |
| engineimp * | holder |
Protected Attributes inherited from item | |
| std::string | _name |
| std::string | _write_name |
| char | has_write_name |
|
virtual |
Reimplemented from native_item.
|
virtual |
Implements native_item.
|
virtual |
Reimplemented from item.
|
virtual |
Implements item.
|
private |
1.8.1.2