libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Data Structures | Typedefs
util Namespace Reference

Namespaces

namespace  cli
 
namespace  details
 
namespace  lock
 
namespace  string
 

Data Structures

class  iterator_guard
 
class  uint64_id_allocator
 

Typedefs

template<typename T >
using intrusive_ptr = LIBCOPP_COPP_NAMESPACE_ID::memory::intrusive_ptr< T >
 

Detailed Description

cmd_option_bind<TCmdStr>.h

Version: 2.0.0 Created on: 2011-12-29 Last edit : 2016-04-09 Author: OWenT

应用程序命令处理 注意: 除了类绑定的目标类外,所有默认的函数推断均是传值方式引入 并且数值的复制在执行bind_cmd时,如果需要引用需要显式指定函数类型 注意默认推导不支持隐式转换(即对double和int是默认推导,但float、short、long等需要指明参数类型) 为了更高效,所有返回值均为PDO类型和指针/智能指针

cmd_option_bind<TCmdStr>.h

Version: 2.0.0 Created on: 2011-12-29 Last edit : 2016-04-09 Author: OWenT

应用程序命令处理 快捷工具

特殊指令字符串类

Window 控制台相关

See also
https://msdn.microsoft.com/zh-cn/windows/apps/ms686047%28v=vs.100%29.aspx
https://github.com/owent-utils/python/blob/master/print_color.py

Typedef Documentation

◆ intrusive_ptr

template<typename T >
using util::intrusive_ptr = typedef LIBCOPP_COPP_NAMESPACE_ID::memory::intrusive_ptr<T>

Definition at line 12 of file intrusive_ptr.h.