Skip to content
Snippets Groups Projects
Commit 44c96ffe authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

New template for vector of shared ptr of document

parent 45f8f46d
Branches
No related merge requests found
......@@ -13,6 +13,8 @@
%template(DocumentPtr) boost::shared_ptr<Corpus2::whole::Document>;
%template(ConstDocumentPtr) boost::shared_ptr<const Corpus2::whole::Document>;
%template(DocumentPtrVector) std::vector<boost::shared_ptr<Corpus2::whole::Document> >;
namespace Corpus2 {
namespace whole {
class Document {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment