X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Floader.h;h=5dac2e6b46fd8d35b38f35fafcc3f8cdb3549387;hb=HEAD;hp=b9eee50d8cde99b49fc897952580fa1d1695893e;hpb=fbe7e81c08a6b5a3f9ccdcbeb4dd4d351a5f4226;p=libs%2Fdatafile.git diff --git a/source/loader.h b/source/loader.h index b9eee50..3fe26e7 100644 --- a/source/loader.h +++ b/source/loader.h @@ -83,7 +83,7 @@ protected: } /** Loads a sub-object from the statement being processed with an extra - parameter for the Loader. The Loader class of the sub-object is + arguments for the Loader. The Loader class of the sub-object is automatically used. */ template void load_sub(S &s, Args &&... args) @@ -192,7 +192,7 @@ void load(T &obj, typename T::Loader::Collection &coll, const std::string &fn, A } /** -Loads an object from a file stored in a collection. The object must havea +Loads an object from a file stored in a collection. The object must have a public Loader class. Any extra arguments are passed to the Loader constructor. */ template