码迷,mamicode.com
首页 >  
搜索关键字:mutable    ( 542个结果
Effective Java 66 Synchronize access to shared mutable data
When multiple threads share mutable data, each thread that reads or writes the data must perform synchronization. Without synchronization, there is no...
分类:数据库   时间:2014-05-01 09:14:25    阅读次数:506
C++ Primer 学习笔记_49_类与数据抽象 --隐含的this指针
类--隐含的this指针引言:    在前面提到过,成员函数具有一个附加的隐含形参,即指向该类对象的一个指针。这个隐含形参命名为this,与调用成员函数的对象绑定在一起。成员函数不能定义this形参,而是有编译器隐含地定义。成员函数可以显式的使用this指针,但不是必须这么做。1、何时使用this指针    有一种情况下,我们必须显式使用this指针:当需要将一个对象作为整体引用而不是引用对象的一...
分类:编程语言   时间:2014-04-29 13:21:21    阅读次数:371
542条   上一页 1 ... 53 54 55
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!