call_id Struct Reference
List of all members.
Public Member Functions |
| call_id (const Identifier &id) |
| call_id (const call_id &other) |
| call_id (const string &name, const il::namespace_context &ns, il::type *sig, language_type language) |
| call_id (int loop_id, const string &fn_name, const il::namespace_context &ns, il::type *sig, language_type language) |
const string & | get_function_name () |
il::type * | get_signature () |
const il::namespace_context & | get_namespace () |
bool | operator== (const call_id &other) const |
bool | operator< (const call_id &other) const |
string | to_string () const |
template<class Archive > |
void | save (Archive &ar, const unsigned int version) const |
template<class Archive > |
void | load (Archive &ar, const unsigned int version) |
Public Attributes |
string | name |
il::type * | sig |
int | loop_id |
il::namespace_context | ns |
language_type | language |
Friends |
class | boost::serialization::access |
The documentation for this struct was generated from the following files: