smart pointer信息详情
智能指针
pointer───n.指针;指示器;教鞭;暗示
pointer brand───指针品牌
laser pointer───激光教鞭,激光棒;雷射指示器;激光指挥棒
smart───adj.聪明的;巧妙的;敏捷的;厉害的;潇洒的;剧烈的;时髦的;n.(Smart)(法)斯马尔;(英、德)斯马特(人名)
instruction pointer───指令指标;[计] 指令指针,指令指示字
stack pointer───[计]栈指针;栈指示器;[计]堆栈指示字;栈指示器; 堆栈指示器; 堆栈指示字; 堆栈指针
star pointer───星形指针
pointer dog───指针狗
pointer sisters songs───指针姐妹歌曲
Otherwise, if you need to change it, or to store it, use pointer (better: smart Pointers).───否则,如果你需要改变它,或存储,使用指针(更好:智能指针)。
There was an error trying to set the smart card file object pointer.───设置智能卡文件对象指针时出现错误。
The Implement of an Adapting Reference Count Smart Pointer───一种自适应的引用计数智能指针的实现
In particular , there are standard smart pointer classes designed to encapsulate COM interface pointers.
A smart pointer is a C ++ template class designed to encapsulate pointer functionality.
In computer science, a smart pointer is an abstract data type that simulates a pointer while providing additional features, such as automatic garbage collection or bounds checking.