|
libcopp 2.3.1
|
#include "cmd_option.h"

Go to the source code of this file.
Data Structures | |
| struct | util::cli::phoenix::assign_t< T > |
| 通用赋值动作 - 设置一个变量值 More... | |
| struct | util::cli::phoenix::push_back_t< T > |
| 通用赋值动作 - 容器push_back操作 More... | |
| struct | util::cli::phoenix::push_front_t< T > |
| 通用赋值动作 - 容器push_front操作 More... | |
| struct | util::cli::phoenix::insert_t< T > |
| 通用赋值动作 - 容器insert操作 More... | |
| struct | util::cli::phoenix::set_const_t< T > |
| 通用赋值动作 - 设置变量值为某个固定值 More... | |
| struct | util::cli::phoenix::assign_logic_bool_t< T > |
| 通用赋值动作 - 设置一个变量为bool值并检查语义 More... | |
Namespaces | |
| namespace | util |
| namespace | util::cli |
| namespace | util::cli::phoenix |
Functions | |
| template<typename T > | |
| assign_t< T > | util::cli::phoenix::assign (T &t) |
| template<typename T > | |
| push_back_t< T > | util::cli::phoenix::push_back (T &t) |
| template<typename T > | |
| push_front_t< T > | util::cli::phoenix::push_front (T &t) |
| template<typename T > | |
| insert_t< T > | util::cli::phoenix::insert (T &t) |
| template<typename T > | |
| set_const_t< T > | util::cli::phoenix::set_const (T &t, const T &v) |
| template<typename T > | |
| assign_logic_bool_t< T > | util::cli::phoenix::assign_logic_bool (T &t) |