Files
loongoffice/tools/inc
Joseph Powers 69bf43444e Make macro PRV_SV_DECL_REF_LIST() no longer reference the DECLARE_LIST macro
Yes, I just expanded the DECLARE_LIST macro inside the other macro; however,
this is one of two macros that include DECLARE_LIST. Thus, I'll be able to
remove DECLARE_LIST shortly.

I still need to roll the code a little better. We shouldn't have a CN##List
class. It should be posiable to make the CN##MemberList class be based on
List diectly. Once that's done, it shouldn't be too hard to replace List
with either std::vector<> or std::list<>.
2011-09-05 19:30:31 -07:00
..
2011-06-22 09:25:35 +01:00
2011-08-05 10:03:17 +01:00