Skip to content

Commit 8ccb12a

Browse files
vinniefalcoalandefreitas
authored andcommitted
feat: new Dom
1 parent a7024b8 commit 8ccb12a

File tree

11 files changed

+942
-1009
lines changed

11 files changed

+942
-1009
lines changed

include/mrdox/Metadata/DomMetadata.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,24 @@ class MRDOX_DECL
2626
{
2727
struct Impl;
2828

29-
Corpus const& corpus_;
3029
std::unique_ptr<Impl> impl_;
3130

3231
public:
32+
Corpus const& corpus;
33+
3334
~DomCorpus();
3435

3536
explicit
3637
DomCorpus(Corpus const&);
3738

38-
dom::ObjectPtr
39+
dom::Object
3940
get(SymbolID const& id);
4041
};
4142

4243
/** Return a Dom node for the given metadata.
4344
*/
4445
MRDOX_DECL
45-
dom::Value
46+
dom::Object
4647
domCreateInfo(
4748
SymbolID const& id,
4849
Corpus const& corpus);

0 commit comments

Comments
 (0)