reSIProcate/rutil  9694
Public Member Functions | Private Attributes
resip::DnsStub::QueryCommand< QueryType > Class Template Reference
Inheritance diagram for resip::DnsStub::QueryCommand< QueryType >:
Inheritance graph
[legend]
Collaboration diagram for resip::DnsStub::QueryCommand< QueryType >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 QueryCommand (const Data &target, int proto, DnsResultSink *sink, DnsStub &stub)
 ~QueryCommand ()
void execute ()

Private Attributes

Data mTarget
int mProto
DnsResultSinkmSink
DnsStubmStub

Detailed Description

template<class QueryType>
class resip::DnsStub::QueryCommand< QueryType >

Definition at line 290 of file DnsStub.hxx.


Constructor & Destructor Documentation

template<class QueryType>
resip::DnsStub::QueryCommand< QueryType >::QueryCommand ( const Data target,
int  proto,
DnsResultSink sink,
DnsStub stub 
) [inline]

Definition at line 293 of file DnsStub.hxx.

               : mTarget(target),
                 mProto(proto),
                 mSink(sink),
                 mStub(stub)
            {}
template<class QueryType>
resip::DnsStub::QueryCommand< QueryType >::~QueryCommand ( ) [inline]

Definition at line 303 of file DnsStub.hxx.

{}

Member Function Documentation

template<class QueryType>
void resip::DnsStub::QueryCommand< QueryType >::execute ( ) [inline, virtual]

Member Data Documentation

template<class QueryType>
int resip::DnsStub::QueryCommand< QueryType >::mProto [private]

Definition at line 312 of file DnsStub.hxx.

Referenced by resip::DnsStub::QueryCommand< QueryType >::execute().

template<class QueryType>
DnsResultSink* resip::DnsStub::QueryCommand< QueryType >::mSink [private]

Definition at line 313 of file DnsStub.hxx.

Referenced by resip::DnsStub::QueryCommand< QueryType >::execute().

template<class QueryType>
DnsStub& resip::DnsStub::QueryCommand< QueryType >::mStub [private]

Definition at line 314 of file DnsStub.hxx.

Referenced by resip::DnsStub::QueryCommand< QueryType >::execute().

template<class QueryType>
Data resip::DnsStub::QueryCommand< QueryType >::mTarget [private]

Definition at line 311 of file DnsStub.hxx.

Referenced by resip::DnsStub::QueryCommand< QueryType >::execute().


The documentation for this class was generated from the following file: