libSBOL
2.3.3
|
This is the complete list of members for VersionProperty, including all inherited members.
add(std::string new_value) | Property< std::string > | |
clear() | Property< std::string > | virtual |
copy(Property< std::string > &target_property) | Property< std::string > | |
decrementMajor() | VersionProperty | |
decrementMinor() | VersionProperty | |
decrementPatch() | VersionProperty | |
find(std::string query) | Property< std::string > | virtual |
get() | TextProperty | virtual |
incrementMajor() | VersionProperty | |
incrementMinor() | VersionProperty | |
incrementPatch() | VersionProperty | |
major() | VersionProperty | |
minor() | VersionProperty | |
operator[](const int nIndex) | Property< std::string > | |
patch() | VersionProperty | |
Property(void *property_owner, rdf_type type_uri, char lower_bound, char upper_bound, ValidationRules validation_rules, std::string initial_value) | Property< std::string > | |
remove(int index=0) | Property< std::string > | virtual |
set(std::string new_value) | Property< std::string > | virtual |
set(int new_value) | Property< std::string > | virtual |
set(double new_value) | Property< std::string > | virtual |
TextProperty(void *property_owner, rdf_type type_uri, char lower_bound, char upper_bound, ValidationRules validation_rules, std::string initial_value) | TextProperty | |
TextProperty(void *property_owner, rdf_type type_uri, char lower_bound, char upper_bound, ValidationRules validation_rules) | TextProperty | |
VersionProperty(void *property_owner, rdf_type type_uri, char lower_bound, char upper_bound, std::string initial_value) | VersionProperty | inline |