situation is as follows:
1. created a nsIxxx.h nsIyyy files
2. created a nsxxx.h, nsxxx.cpp, nsyyy.h, nsyyy.cpp files
3. i wish i enclosed a stl list inside a:

typedef std::list<nsyyy> nsxxxs; //list of concrete classes' objects

class nsxxx : public nsIxxx {
    nsxxxs list_of_nsyyy
  public:
};

mentioned list_of_nsyyy is for inside class purpose only - local operation..
is these correct approach? will it work properly with harm none?

kindest regards


_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to