X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Floader.h;fp=source%2Floader.h;h=3fe26e7c03bccfce0cd2441a46e055b99ffb8831;hp=b9eee50d8cde99b49fc897952580fa1d1695893e;hb=86a81bdecfb320f9ce3569d49e26f12a925854d4;hpb=8a4fca97e2bf3a3934399123e8f7cbd591912f83 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