Revision c523b889 include/Datastore.h
include/Datastore.h | ||
---|---|---|
57 | 57 |
|
58 | 58 |
/** |
59 | 59 |
* Return the string representation of a DatastoreType |
60 |
* @param str_type string representing the DatastoreType
|
|
60 |
* @param str_type string representing the DatastoreTypr
|
|
61 | 61 |
* @return the DatastoreType (defaults to IMAGE_DS) |
62 | 62 |
*/ |
63 | 63 |
static DatastoreType str_to_type(string& str_type); |
64 | 64 |
|
65 | 65 |
/** |
66 |
* Returns the DS type found in the string template |
|
67 |
* @param str_template string template |
|
68 |
* @return the DatastoreType (defaults to IMAGE_DS) |
|
69 |
*/ |
|
70 |
static DatastoreType type_in_template(string& str_template); |
|
71 |
|
|
72 |
/** |
|
73 | 66 |
* Function to print the Datastore object into a string in XML format |
74 | 67 |
* @param xml the resulting XML string |
75 | 68 |
* @return a reference to the generated string |
Also available in: Unified diff