*/
virtual PatternBase * clone () const;
- /**
- * Creates new object if the start
- * of description matches description_init.
- * Ownership of that object is
- * transferred to the caller of this
- * function.
- */
+ /**
+ * Creates new object if the start of
+ * description matches
+ * description_init. Ownership of that
+ * object is transferred to the caller
+ * of this function.
+ */
static Integer* create (const std::string& description);
private:
*/
virtual PatternBase * clone () const;
- /**
- * Creates new object if the start
- * of description matches description_init.
- * Ownership of that object is
- * transferred to the caller of this
- * function.
- */
+ /**
+ * Creates new object if the start of
+ * description matches
+ * description_init. Ownership of that
+ * object is transferred to the caller
+ * of this function.
+ */
static Double* create (const std::string& description);
private:
*/
unsigned int memory_consumption () const;
- /**
- * Creates new object if the start
- * of description matches description_init.
- * Ownership of that object is
- * transferred to the caller of this
- * function.
- */
+ /**
+ * Creates new object if the start of
+ * description matches
+ * description_init. Ownership of that
+ * object is transferred to the caller
+ * of this function.
+ */
static Selection* create (const std::string& description);
private:
*/
virtual PatternBase * clone () const;
- /**
- * Creates new object if the start
- * of description matches description_init.
- * Ownership of that object is
- * transferred to the caller of this
- * function.
- */
+ /**
+ * Creates new object if the start of
+ * description matches
+ * description_init. Ownership of that
+ * object is transferred to the caller
+ * of this function.
+ */
static List* create (const std::string& description);
/**
*/
virtual PatternBase * clone () const;
- /**
- * Creates new object if the start
- * of description matches description_init.
- * Ownership of that object is
- * transferred to the caller of this
- * function.
- */
+ /**
+ * Creates new object if the start of
+ * description matches
+ * description_init. Ownership of that
+ * object is transferred to the caller
+ * of this function.
+ */
static MultipleSelection* create (const std::string& description);
/**
* function.
*/
virtual PatternBase * clone () const;
-
- /**
- * Creates new object if the start
- * of description matches description_init.
- * Ownership of that object is
- * transferred to the caller of this
- * function.
- */
+
+ /**
+ * Creates new object if the start of
+ * description matches
+ * description_init. Ownership of that
+ * object is transferred to the caller
+ * of this function.
+ */
static Bool* create (const std::string& description);
private:
*/
virtual PatternBase * clone () const;
- /**
- * Creates new object if the start
- * of description matches description_init.
- * Ownership of that object is
- * transferred to the caller of this
- * function.
- */
+ /**
+ * Creates new object if the start of
+ * description matches
+ * description_init. Ownership of that
+ * object is transferred to the caller
+ * of this function.
+ */
static Anything* create (const std::string& description);
private:
*/
FileType file_type;
- /**
- * Creates new object if the start
- * of description matches description_init.
- * Ownership of that object is
- * transferred to the caller of this
- * function.
- */
+ /**
+ * Creates new object if the start of
+ * description matches
+ * description_init. Ownership of that
+ * object is transferred to the caller
+ * of this function.
+ */
static FileName* create (const std::string& description);
private:
*/
virtual PatternBase * clone () const;
- /**
- * Creates new object if the start
- * of description matches description_init.
- * Ownership of that object is
- * transferred to the caller of this
- * function.
- */
+ /**
+ * Creates new object if the start of
+ * description matches
+ * description_init. Ownership of that
+ * object is transferred to the caller
+ * of this function.
+ */
static DirectoryName* create (const std::string& description);
private: