Commit Graph

15 Commits

Author SHA1 Message Date
Marty Kraimer
355ac3aa1d Fixed const mess 2010-09-29 09:24:17 -04:00
Marty Kraimer
f6c9b0eea3 1) implemented noDefaultMethods. See effective C++ Item 6. There it is called Uncopyable
2) implemented Lock. See effective C++ item 14.
     This is as easy to use as Java synchronize.
3) wrapper on top of std::string. All usage of string in pvData is one of:
      String - Just a std::string
     StringBuilder - Used where StringBuilder is used in Java
     StringConst - Just a "std::string const". This is used wherever String is used in Java
     StringConstArray - Just like a String[] in Java.
4) The reference counting (incReferenceCount and decReferenceCount) are now private. It is completely handled by the implenentaion.
    NO code that uses pvData needs even know about reference counting.
2010-09-27 08:33:10 -04:00
Marty Kraimer
dd6ecf9bec all pvData interfaces and implementration stubs now defined
Most methods are not implemented and throw an exception
2010-09-24 09:52:08 -04:00
Marty Kraimer
2c6a99a6cb add directory misc and move stuff to it. 2010-09-23 14:47:47 -04:00
Marty Kraimer
0d32a60b08 everything now builds 2010-09-23 11:01:41 -04:00
Marty Kraimer
0a37b51e48 still working on original 2010-09-17 11:51:34 -04:00
Marty Kraimer
7abba9ef7b Still working on initial version 2010-09-17 11:34:26 -04:00
Marty Kraimer
10c2be9a3f Still working on initial version 2010-09-17 09:31:44 -04:00
Marty Kraimer
ac194e1123 Working on initial version 2010-09-15 06:54:43 -04:00
Marty Kraimer
71aa16dc16 Minor change to test program. 2010-09-07 08:57:54 -04:00
Marty Kraimer
91f80a59e0 Fuller implementation of introspection.
Have not taken care of destroy or sharing
2010-08-12 05:36:25 -04:00
Marty Kraimer
d54893b18e modify test.
update README
2010-08-10 13:23:17 -04:00
Marty Kraimer
deb9b23391 Remove file 2010-08-10 12:48:06 -04:00
Marty Kraimer
81f3a1a0b2 Add initial files 2010-08-10 12:43:47 -04:00
Guobao SHEN
d08cd9a4c5 add empty README file 2010-08-10 09:33:43 -04:00