KJS
KJS::IndexToNameMap Class Reference
#include <function.h>
Detailed Description
Definition at line 76 of file function.h.
Public Member Functions | |
| IndexToNameMap (FunctionImp *func, const List &args) | |
| ~IndexToNameMap () | |
| Identifier & | operator[] (int index) |
| Identifier & | operator[] (const Identifier &indexIdentifier) |
| bool | isMapped (const Identifier &index) const |
| void | unMap (const Identifier &index) |
Constructor & Destructor Documentation
| KJS::IndexToNameMap::IndexToNameMap | ( | FunctionImp * | func, | |
| const List & | args | |||
| ) |
Definition at line 391 of file function.cpp.
| KJS::IndexToNameMap::~IndexToNameMap | ( | ) |
Definition at line 402 of file function.cpp.
Member Function Documentation
| Identifier & KJS::IndexToNameMap::operator[] | ( | int | index | ) |
Definition at line 433 of file function.cpp.
| Identifier & KJS::IndexToNameMap::operator[] | ( | const Identifier & | indexIdentifier | ) |
Definition at line 438 of file function.cpp.
| bool KJS::IndexToNameMap::isMapped | ( | const Identifier & | index | ) | const |
Definition at line 406 of file function.cpp.
| void KJS::IndexToNameMap::unMap | ( | const Identifier & | index | ) |
Definition at line 423 of file function.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference