NCBI C++ ToolKit
Classes
NetCacheSearch

Classes

struct  ncbi::grid::netcache::search::CExpression
 Search operators. More...
 
struct  ncbi::grid::netcache::search::CFields
 Output fields specification. More...
 
struct  ncbi::grid::netcache::search::CBlobInfo
 Blob info. More...
 
CExpression ncbi::grid::netcache::search::operator== (KEY, string)
 
CExpression ncbi::grid::netcache::search::operator== (string, KEY)
 
CExpression ncbi::grid::netcache::search::operator>= (CREATED, time_point)
 
CExpression ncbi::grid::netcache::search::operator< (CREATED, time_point)
 
CExpression ncbi::grid::netcache::search::operator<= (time_point, CREATED)
 
CExpression ncbi::grid::netcache::search::operator> (time_point, CREATED)
 
CExpression ncbi::grid::netcache::search::operator>= (CREATED, duration)
 
CExpression ncbi::grid::netcache::search::operator< (CREATED, duration)
 
CExpression ncbi::grid::netcache::search::operator<= (duration, CREATED)
 
CExpression ncbi::grid::netcache::search::operator> (duration, CREATED)
 
CExpression ncbi::grid::netcache::search::operator>= (EXPIRES, time_point)
 
CExpression ncbi::grid::netcache::search::operator< (EXPIRES, time_point)
 
CExpression ncbi::grid::netcache::search::operator<= (time_point, EXPIRES)
 
CExpression ncbi::grid::netcache::search::operator> (time_point, EXPIRES)
 
CExpression ncbi::grid::netcache::search::operator>= (EXPIRES, duration)
 
CExpression ncbi::grid::netcache::search::operator< (EXPIRES, duration)
 
CExpression ncbi::grid::netcache::search::operator<= (duration, EXPIRES)
 
CExpression ncbi::grid::netcache::search::operator> (duration, EXPIRES)
 
CExpression ncbi::grid::netcache::search::operator>= (VERSION_EXPIRES, time_point)
 
CExpression ncbi::grid::netcache::search::operator< (VERSION_EXPIRES, time_point)
 
CExpression ncbi::grid::netcache::search::operator<= (time_point, VERSION_EXPIRES)
 
CExpression ncbi::grid::netcache::search::operator> (time_point, VERSION_EXPIRES)
 
CExpression ncbi::grid::netcache::search::operator>= (VERSION_EXPIRES, duration)
 
CExpression ncbi::grid::netcache::search::operator< (VERSION_EXPIRES, duration)
 
CExpression ncbi::grid::netcache::search::operator<= (duration, VERSION_EXPIRES)
 
CExpression ncbi::grid::netcache::search::operator> (duration, VERSION_EXPIRES)
 
CExpression ncbi::grid::netcache::search::operator>= (SIZE, size_t)
 
CExpression ncbi::grid::netcache::search::operator< (SIZE, size_t)
 
CExpression ncbi::grid::netcache::search::operator<= (size_t, SIZE)
 
CExpression ncbi::grid::netcache::search::operator> (size_t, SIZE)
 
CExpression ncbi::grid::netcache::search::operator&& (CExpression, CExpression)
 
CFields ncbi::grid::netcache::search::operator| (CFields, CFields)
 

Detailed Description

Function Documentation

◆ operator&&()

CExpression ncbi::grid::netcache::search::operator&& ( CExpression  l,
CExpression  r 
)

Definition at line 346 of file netcache_search.cpp.

References l(), r(), and ncbi::grid::netcache::search::s_Merge().

◆ operator<() [1/7]

CExpression ncbi::grid::netcache::search::operator< ( CREATED  ,
duration  v 
)

Definition at line 260 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator<() [2/7]

CExpression ncbi::grid::netcache::search::operator< ( CREATED  ,
time_point  v 
)

Definition at line 250 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator<() [3/7]

CExpression ncbi::grid::netcache::search::operator< ( EXPIRES  ,
duration  v 
)

Definition at line 280 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator<() [4/7]

CExpression ncbi::grid::netcache::search::operator< ( EXPIRES  ,
time_point  v 
)

Definition at line 270 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator<() [5/7]

CExpression ncbi::grid::netcache::search::operator< ( SIZE  ,
size_t  v 
)

Definition at line 310 of file netcache_search.cpp.

◆ operator<() [6/7]

CExpression ncbi::grid::netcache::search::operator< ( VERSION_EXPIRES  ,
duration  v 
)

Definition at line 300 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator<() [7/7]

CExpression ncbi::grid::netcache::search::operator< ( VERSION_EXPIRES  ,
time_point  v 
)

Definition at line 290 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator<=() [1/7]

CExpression ncbi::grid::netcache::search::operator<= ( duration  v,
CREATED  t 
)

Definition at line 373 of file netcache_search.cpp.

References t.

◆ operator<=() [2/7]

CExpression ncbi::grid::netcache::search::operator<= ( duration  v,
EXPIRES  t 
)

Definition at line 377 of file netcache_search.cpp.

References t.

◆ operator<=() [3/7]

CExpression ncbi::grid::netcache::search::operator<= ( duration  v,
VERSION_EXPIRES  t 
)

Definition at line 381 of file netcache_search.cpp.

References t.

◆ operator<=() [4/7]

CExpression ncbi::grid::netcache::search::operator<= ( size_t  v,
SIZE  t 
)

Definition at line 383 of file netcache_search.cpp.

References t.

◆ operator<=() [5/7]

CExpression ncbi::grid::netcache::search::operator<= ( time_point  v,
CREATED  t 
)

Definition at line 371 of file netcache_search.cpp.

References t.

◆ operator<=() [6/7]

CExpression ncbi::grid::netcache::search::operator<= ( time_point  v,
EXPIRES  t 
)

Definition at line 375 of file netcache_search.cpp.

References t.

◆ operator<=() [7/7]

CExpression ncbi::grid::netcache::search::operator<= ( time_point  v,
VERSION_EXPIRES  t 
)

Definition at line 379 of file netcache_search.cpp.

References t.

◆ operator==() [1/2]

CExpression ncbi::grid::netcache::search::operator== ( KEY  ,
string  v 
)

Definition at line 240 of file netcache_search.cpp.

◆ operator==() [2/2]

CExpression ncbi::grid::netcache::search::operator== ( string  v,
KEY  t 
)

Definition at line 370 of file netcache_search.cpp.

References t.

◆ operator>() [1/7]

CExpression ncbi::grid::netcache::search::operator> ( duration  v,
CREATED  t 
)

Definition at line 374 of file netcache_search.cpp.

References t.

◆ operator>() [2/7]

CExpression ncbi::grid::netcache::search::operator> ( duration  v,
EXPIRES  t 
)

Definition at line 378 of file netcache_search.cpp.

References t.

◆ operator>() [3/7]

CExpression ncbi::grid::netcache::search::operator> ( duration  v,
VERSION_EXPIRES  t 
)

Definition at line 382 of file netcache_search.cpp.

References t.

◆ operator>() [4/7]

CExpression ncbi::grid::netcache::search::operator> ( size_t  v,
SIZE  t 
)

Definition at line 384 of file netcache_search.cpp.

References t.

◆ operator>() [5/7]

CExpression ncbi::grid::netcache::search::operator> ( time_point  v,
CREATED  t 
)

Definition at line 372 of file netcache_search.cpp.

References t.

◆ operator>() [6/7]

CExpression ncbi::grid::netcache::search::operator> ( time_point  v,
EXPIRES  t 
)

Definition at line 376 of file netcache_search.cpp.

References t.

◆ operator>() [7/7]

CExpression ncbi::grid::netcache::search::operator> ( time_point  v,
VERSION_EXPIRES  t 
)

Definition at line 380 of file netcache_search.cpp.

References t.

◆ operator>=() [1/7]

CExpression ncbi::grid::netcache::search::operator>= ( CREATED  ,
duration  v 
)

Definition at line 255 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator>=() [2/7]

CExpression ncbi::grid::netcache::search::operator>= ( CREATED  ,
time_point  v 
)

Definition at line 245 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator>=() [3/7]

CExpression ncbi::grid::netcache::search::operator>= ( EXPIRES  ,
duration  v 
)

Definition at line 275 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator>=() [4/7]

CExpression ncbi::grid::netcache::search::operator>= ( EXPIRES  ,
time_point  v 
)

Definition at line 265 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator>=() [5/7]

CExpression ncbi::grid::netcache::search::operator>= ( SIZE  ,
size_t  v 
)

Definition at line 305 of file netcache_search.cpp.

◆ operator>=() [6/7]

CExpression ncbi::grid::netcache::search::operator>= ( VERSION_EXPIRES  ,
duration  v 
)

Definition at line 295 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator>=() [7/7]

CExpression ncbi::grid::netcache::search::operator>= ( VERSION_EXPIRES  ,
time_point  v 
)

Definition at line 285 of file netcache_search.cpp.

References ncbi::grid::netcache::search::s_GetSeconds().

◆ operator|()

CFields ncbi::grid::netcache::search::operator| ( CFields  l,
CFields  r 
)
Modified on Fri Sep 20 14:57:12 2024 by modify_doxy.py rev. 669887