搜索资源列表
command
- 用boost::shared_ptr实现command模式,并提供MacroCommand来支持复合的command。-command pattern
schedule
- 利用boost::shared_ptr实现schedule task系统,对象通过继承task,实现可被schedule灵活调用的机能。-schedule task
shared_ptr
- Substitute for bad_weak_ptr object in the case of -fno-exceptions.
shared_ptr
- CHECK-GNU89-LABEL: define available_externally i32.
shared_ptr_base
- shared_ptr and weak_ptr implementation details C++ . -shared_ptr and weak_ptr implementation details C++ .
auto_ptr
- Without rvalue references, ptr got copied into the shared_ptr destructor and the copy was destroyed during unwinding. -Without rvalue references, ptr got copied into the shared_ptr destructor and the copy was destroyed during unwinding.
SkLightingImageFilter
- TODO(fork): remove this static buffer.shared_ptr and weak_ptr implementation details.
test_deleter
- shared_ptr Example move-only deleter. -shared_ptr Example move-only deleter.
CubicIntersection_Test
- shared_ptr and weak_ptr implementation.
shared_ptr
- Distributed under the Boost Software License, Version 1.0.
shared_ptr
- shared ptr and weak ptr implementation for linux Device Driver.
libsmart
- 在较老的GCC中尤其是嵌入式的系统环境中无法使用shared_ptr/function/bind等函数,gcc的版本不由个人控制,由公司专人负责,本程序实现了类似的shared_ptr/function/bind的功能,但function的函数参数限制在了4个,想要增加更多的参数,只需要读懂程序并且增加几个简单的宏就可以实现。另外无法向标准的function一样,使用placeholders的占位符,我这边直接忽略这些东西。-Achieved a similar function/bind/sh