Re: [libxml++] Putting values in a decent data structure
- From: Daniel Holbach <dh mailempfang de>
- To: libxmlplusplus-general lists sourceforge net
- Subject: Re: [libxml++] Putting values in a decent data structure
- Date: Tue, 01 Jun 2004 10:50:42 +0200
Am Di, den 01.06.2004 um 9:35 Uhr +0200 schrieb Daniel Holbach:
> data structure:
> struct t_aaa
> {
> std::list<t_bbb> bbb;
> };
> struct t_bbb
> {
> std::string ccc;
> t_ddd ddd;
> };
> struct t_ddd
> {
> std::list<int> eee;
> };
I was being silly, gonna convert the structs into classes. But my
general problem stays: when/how do I decide, which object is finished
and can be "appended" to the other one?
Have a nice day,
Daniel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]