#include <VariantUtils.h>
|
| template<typename TYPE > |
| static TYPE | get (boost::any var) |
| |
| template<typename TYPE , typename VAR > |
| static TYPE | get (VAR var) |
| |
| template<typename TYPE , typename VAR > |
| static bool | typeOf (VAR var) |
| |
| static VariantNull | null () |
| |
| static bool | isNull (boost::any var) |
| |
| template<typename VAR > |
| static bool | isNull (VAR var) |
| |
| template<typename VAR > |
| static int32_t | hashCode (VAR var) |
| |
| template<typename FIRST , typename SECOND > |
| static bool | equalsType (FIRST first, SECOND second) |
| |
| template<typename FIRST , typename SECOND > |
| static bool | equals (FIRST first, SECOND second) |
| |
| template<typename VAR > |
| static int32_t | compareTo (VAR first, VAR second) |
| |
template<typename VAR >
| static int32_t Lucene::VariantUtils::compareTo |
( |
VAR |
first, |
|
|
VAR |
second |
|
) |
| |
|
inlinestatic |
template<typename FIRST , typename SECOND >
| static bool Lucene::VariantUtils::equals |
( |
FIRST |
first, |
|
|
SECOND |
second |
|
) |
| |
|
inlinestatic |
template<typename FIRST , typename SECOND >
| static bool Lucene::VariantUtils::equalsType |
( |
FIRST |
first, |
|
|
SECOND |
second |
|
) |
| |
|
inlinestatic |
template<typename TYPE >
| static TYPE Lucene::VariantUtils::get |
( |
boost::any |
var) | |
|
|
inlinestatic |
template<typename TYPE , typename VAR >
| static TYPE Lucene::VariantUtils::get |
( |
VAR |
var) | |
|
|
inlinestatic |
template<typename VAR >
| static int32_t Lucene::VariantUtils::hashCode |
( |
VAR |
var) | |
|
|
inlinestatic |
| static bool Lucene::VariantUtils::isNull |
( |
boost::any |
var) | |
|
|
inlinestatic |
template<typename VAR >
| static bool Lucene::VariantUtils::isNull |
( |
VAR |
var) | |
|
|
inlinestatic |
| static VariantNull Lucene::VariantUtils::null |
( |
) | |
|
|
inlinestatic |
template<typename TYPE , typename VAR >
| static bool Lucene::VariantUtils::typeOf |
( |
VAR |
var) | |
|
|
inlinestatic |
The documentation for this class was generated from the following file: