Re: [Wengophone-devel] Question about wengophone code

2006-10-13 Thread Tanguy Krotoff
Leonardo José Reyes Diago wrote: and i don't understand this type of definition. especialy this part std::set set is part of the STL: http://www.sgi.com/tech/stl/set.html just see it as a vector or a list sorted and without duplicated elements -- Tanguy Krotoff [EMAIL PROTECTED]

Re: [Wengophone-devel] Question about wengophone code

2006-10-13 Thread Vadim Lebedev
Leonardo José Reyes Diago wrote: hello, i'm reading the wengophone code and i find this code: typedef std::setIMAccount * IMAccountPtrSet; in src/model/connect/ConnectHandler.h and i don't understand this type of definition. especialy this part std::set can someone tell what it is this

[Wengophone-devel] Question about wengophone code

2006-10-12 Thread Leonardo José Reyes Diago
hello, i'm reading the wengophone code and i find this code: typedef std::setIMAccount * IMAccountPtrSet;in src/model/connect/ConnectHandler.hand i don't understand this type of definition. especialy this part std::set can someone tell what it is this done?