| 
 
 | 
 | 
XORP IPC request.
| Xrl (const string&	protocol,
	const string&	protocol_target,
	const string&	command,
	const XrlArgs&	args) | Xrl | 
Construct an Xrl.
| Xrl (const string&	target,
	const string&	command,
	const XrlArgs&	args) | Xrl | 
Construct an Xrl (with implicit finder protocol).
| Xrl (const string& protocol,
	const string& protocol_target,
	const string& command) | Xrl | 
Construct an Xrl that does not have an argument list.
| Xrl (const string& target,
	const string& command) | Xrl | 
Construct an Xrl that does not have an argument list.
| Xrl (const char* xrl_c_str) throw (InvalidString) | Xrl | 
Construct an Xrl object from the string representation of Xrl.
| Xrl () | Xrl | 
| ~Xrl () | ~Xrl | 
| string  str () | str | 
[const]
| const string&  protocol () | protocol | 
[const]
Returns: the protocol associated with XRL.
| const string&  target () | target | 
[const]
Returns: the name of the XRL target entity.
| string  string_no_args () | string_no_args | 
[const]
Returns: string representation of Xrl without arguments.
| const string&  command () | command | 
[const]
Returns: the name of the command
| XrlArgs&  args () | args | 
Retrieve list of arguments associated with the XRL.
| const XrlArgs&  const_args () | const_args | 
[const]
Retrieve list of arguments associated with the XRL.
| bool  operator== (const Xrl& x) | operator== | 
[const]
Test the equivalence of two XRL's.
Returns: true if the XRL's are equivalent.
| inline bool  is_resolved () | is_resolved | 
[const]
Returns: true if Xrl is resolved, ie protocol == finder.
| Generated by: pavlin on possum.icir.org on Mon Mar 10 19:34:49 2003, using kdoc 2.0a54+XORP. |