#include <search_tools.h>

Public Types | |
| typedef search_filter_manager | t_interface_entrypoint |
| typedef search_filter_manager | t_interface |
| typedef service_base | t_interface_parent |
Public Member Functions | |
| virtual search_filter::ptr | create (const char *p_query)=0 |
| Creates a search_filter object. Throws an exception on failure (such as an error in the query). It's recommended that you relay the exception message to the user if this function fails. | |
| virtual void | get_manual (pfc::string_base &p_out)=0 |
| Retrieves the search expression manual string. See also: show_manual(). | |
| void | show_manual () |
Static Public Attributes | |
| static const GUID | class_guid = { 0xad0baa03, 0xebd4, 0x4a72, { 0xa0, 0xa7, 0x98, 0x3, 0xa9, 0xe1, 0xe4, 0xf4 } } |
Reimplemented in search_filter_manager_v2.
| virtual search_filter::ptr search_filter_manager::create | ( | const char * | p_query | ) | [pure virtual] |
Creates a search_filter object. Throws an exception on failure (such as an error in the query). It's recommended that you relay the exception message to the user if this function fails.
| virtual void search_filter_manager::get_manual | ( | pfc::string_base & | p_out | ) | [pure virtual] |
Retrieves the search expression manual string. See also: show_manual().
| void search_filter_manager::show_manual | ( | ) | [inline] |
Reimplemented in search_filter_manager_v2.
const GUID search_filter_manager::class_guid = { 0xad0baa03, 0xebd4, 0x4a72, { 0xa0, 0xa7, 0x98, 0x3, 0xa9, 0xe1, 0xe4, 0xf4 } } [static] |
Reimplemented in search_filter_manager_v2.
1.5.5