From: SF M. E. <el...@us...> - 2004-02-21 20:57:19
|
I am suprised about some details in the documentation. The use of pointers seems not to be "state of the art". Examples: - Ptree* FullTypeName() - InsertDeclaration(Environment* e, Ptree* d, Ptree* key, void* client_data) - InstancesOf(char* metaclas_name, ClassArray& result) I would expect references to C++ objects and the use of a standard string class. |