#include <UT_PackageUtils.h>
Definition at line 543 of file UT_PackageUtils.h.
UT_Package::utils::Value::Value |
( |
| ) |
|
|
default |
UT_Package::utils::Value::Value |
( |
const char * |
value | ) |
|
|
inlineexplicit |
UT_Package::utils::Value::Value |
( |
UT_StringRef const & |
value | ) |
|
|
inlineexplicit |
UT_Package::utils::Value::Value |
( |
fpreal64 |
value | ) |
|
|
inlineexplicit |
UT_Package::utils::Value::Value |
( |
int64 |
value | ) |
|
|
inlineexplicit |
UT_Package::utils::Value::Value |
( |
bool |
value | ) |
|
|
inlineexplicit |
UT_Package::utils::Value::Value |
( |
HVersion |
value | ) |
|
|
inlineexplicit |
UT_Package::utils::Value::Value |
( |
PYVersion |
value | ) |
|
|
inlineexplicit |
template<typename T >
T const& UT_Package::utils::Value::get |
( |
| ) |
const |
|
inline |
template<typename T >
bool UT_Package::utils::Value::isA |
( |
| ) |
const |
|
inline |
bool UT_Package::utils::Value::isEqual |
( |
utils::Value const & |
other, |
|
|
bool |
ignore_case = false |
|
) |
| const |
|
inline |
bool UT_Package::utils::Value::isGreater |
( |
utils::Value const & |
other | ) |
const |
|
inline |
bool UT_Package::utils::Value::isGreaterEqual |
( |
utils::Value const & |
other | ) |
const |
|
inline |
bool UT_Package::utils::Value::isLess |
( |
utils::Value const & |
other | ) |
const |
|
inline |
bool UT_Package::utils::Value::isLessEqual |
( |
utils::Value const & |
other | ) |
const |
|
inline |
void UT_Package::utils::Value::set |
( |
const char * |
value | ) |
|
|
inline |
void UT_Package::utils::Value::set |
( |
int64 |
value | ) |
|
|
inline |
void UT_Package::utils::Value::set |
( |
bool |
value | ) |
|
|
inline |
bool UT_Package::utils::Value::substitute |
( |
char const * |
find, |
|
|
char const * |
replace_with |
|
) |
| |
|
inline |
bool UT_Package::utils::Value::valid |
( |
| ) |
const |
|
inline |
hboost::any const& UT_Package::utils::Value::value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: