|
| template<typename options_type > |
| bool | nvbio::bool_option (const options_type &options, const char *name, const bool val) |
| |
| template<typename options_type > |
| bool | nvbio::bool_option (const options_type &options, const char *name1, const char *name2, const bool val) |
| |
| template<typename options_type > |
| uint32 | nvbio::uint_option (const options_type &options, const char *name, const uint32 val) |
| |
| template<typename options_type > |
| uint32 | nvbio::uint_option (const options_type &options, const char *name1, const char *name2, const uint32 val) |
| |
| template<typename options_type > |
| int32 | nvbio::int_option (const options_type &options, const char *name, const int32 val) |
| |
| template<typename options_type > |
| int32 | nvbio::int_option (const options_type &options, const char *name1, const char *name2, const uint32 val) |
| |
| template<typename options_type > |
| int64 | nvbio::int64_option (const options_type &options, const char *name, const int64 val) |
| |
| template<typename options_type > |
| int64 | nvbio::int64_option (const options_type &options, const char *name1, const char *name2, const uint32 val) |
| |
| template<typename options_type > |
| float | nvbio::float_option (const options_type &options, const char *name, const float val) |
| |
| template<typename options_type > |
| float | nvbio::float_option (const options_type &options, const char *name1, const char *name2, const uint32 val) |
| |
| template<typename options_type > |
| std::string | nvbio::string_option (const options_type &options, const char *name, const char *val) |
| |
| template<typename options_type > |
| std::string | nvbio::string_option (const options_type &options, const char *name1, const char *name2, const char *val) |
| |
| template<typename options_type > |
| int2 | nvbio::int2_option (const options_type &options, const char *name, const int2 val) |
| |