#462 closed defect (invalid)
Classes r_Bag and r_List from API document don't actually exist?
Reported by: | hholzgra | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | minor | Milestone: | 9.0.x |
Component: | manuals_and_examples | Version: | 8.5 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Only mention of these two names is in ./rasodmg/collection.hh in a Doxygen comment:
./rasodmg/collection.hh:47: \Ref{r_Bag} and \Ref{r_List}. The protected members isOrdered and
and in the bundled .doc and .pdf versions of dev-guide-c++
How to reproduce: after a fresh checkout do:
$ cd rasdaman
$ grep -rni r_Bag .
./rasodmg/collection.hh:47: \Ref{r_Bag} and \Ref{r_List}. The protected members isOrdered and
Binary file ./manuals_and_examples/manuals/pdf/dev-guide-c++.doc matches
The only container template from the documentation that actually seems to exist is r_Set as far as i can tell …
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Only r_Any occurrences in the source seem to be:
vagrant@precise64:~/rasdaman$ grep -r r_Any .
./rasdl/parse.cc: name ="r_Any";
Binary file ./manuals_and_examples/manuals/pdf/dev-guide-c++.doc matches
comment:3 by , 10 years ago
Component: | undecided → manuals_and_examples |
---|---|
Milestone: | → 9.0.x |
Owner: | changed from | to
Status: | new → assigned |
Peter the documentation seems to be out of sync with the API.
comment:4 by , 10 years ago
that is correct. The rasodmg library implements only that part of the ODMG standard which is relevant for rasdaman. See the doxygen comment in rasodmg/collection.hh: "Possible subclasses are…".
comment:5 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Same with r_Any as far as I can tell …