Class flag¶
template <typename T>
#include <base_flag.hpp>
Public Functions¶
| Type | Name |
|---|---|
| flag & | clear (const T & flags) |
| flag () |
|
| flag (const flag< T > & other) |
|
| flag (const T & init_flags) |
|
| T | get_flags (void) |
| bool | is_all_set (const T & flags) |
| bool | is_any_set (const T & flags) |
| bool | is_set (const T & flags) |
| flag & | operator= (const flag< T > & other) |
| flag & | operator= (const T & flags) |
| flag & | set (const T & flags) |
Public Static Functions¶
| Type | Name |
|---|---|
| void | clear_flag (T & where_to_clear, const T & what_to_clear) |
| bool | is_flag_all_set (const T & where_to_check, const T & what_to_check) |
| bool | is_flag_any_set (const T & where_to_check, const T & what_to_check) |
| bool | is_flag_set (const T & where_to_check, const T & what_to_check) |
| void | set_flag (T & where_to_set, const T & what_to_set) |
Public Functions Documentation¶
function clear¶
function flag [1/3]¶
function flag [2/3]¶
function flag [3/3]¶
function get_flags¶
function is_all_set¶
function is_any_set¶
function is_set¶
function operator=¶
function operator=¶
function set¶
Public Static Functions Documentation¶
function clear_flag¶
function is_flag_all_set¶
function is_flag_any_set¶
function is_flag_set¶
function set_flag¶
The documentation for this class was generated from the following file cubrid/src/base/base_flag.hpp