#include <SSAHAClient.h>
Inheritance diagram for MatchStoreRemote:


Public Member Functions | |
| MatchStoreRemote (vector< QueryInfo > &query) | |
Public Attributes | |
| MatchRemote | match_ |
Definition at line 89 of file SSAHAClient.h.
| MatchStoreRemote::MatchStoreRemote | ( | vector< QueryInfo > & | query | ) | [inline] |
Definition at line 92 of file SSAHAClient.h.
References match_.
00092 : 00093 match_(query) 00094 { 00095 push_back(&match_); 00096 } MatchRemote match_;
1.5.2