Identifier Class Reference
List of all members.
Public Member Functions |
|
| Identifier (const FileIdentifier &dir, const string &function_name, const il::namespace_context &ns, il::function_type *signature, language_type language) |
|
| Identifier (const Identifier &enclosing_fun_id, int loop_id) |
|
| Identifier (const Identifier &other) |
|
string | to_string (char dir_separator= '/') const |
|
bool | operator== (const Identifier &other) const |
|
bool | operator< (const Identifier &other) const |
|
const string & | get_function_name () const |
|
const il::namespace_context & | get_namespace () const |
|
il::function_type * | get_function_signature () const |
|
Identifier | get_function_identifier () const |
|
const FileIdentifier & | get_file_id () const |
|
language_type | get_language () const |
|
bool | is_loop_id () const |
|
bool | is_function_id () const |
|
int | get_loop_id () const |
|
bool | is_empty () const |
Friends |
|
class | boost::serialization::access |
|
ostream & | operator<< (ostream &os, const Identifier &obj) |
The documentation for this class was generated from the following files: