Added object Yaz_Z_Assoc. Much more functional client.
[yazpp-moved-to-github.git] / include / yaz-query.h
1 /*
2  * Copyright (c) 1998-1999, Index Data.
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  * 
6  * $Log: yaz-query.h,v $
7  * Revision 1.1  1999-03-23 14:17:57  adam
8  * More work on timeout handling. Work on yaz-client.
9  *
10  */
11
12
13 /** Query
14     Generic Query.
15 */
16 class YAZ_EXPORT Yaz_Query {
17  public:
18     /// Print query in buffer described by str and len
19     virtual void print (char *str, int len) = 0;
20 };
21