libSBOL
2.3.3
|
Property template classes (eg, TextProperty, URIProperty, IntProperty) More...
#include "constants.h"
#include "config.h"
#include "validation.h"
#include <raptor2.h>
#include <string>
#include <vector>
#include <iostream>
#include <map>
#include <unordered_map>
#include <stdexcept>
#include <algorithm>
Classes | |
class | Property< LiteralType > |
Member properties of all SBOL objects are defined using a Property object. More... | |
class | Property< LiteralType >::iterator |
Provides iterator functionality for SBOL properties that contain multiple values. More... | |
Typedefs | |
typedef std::string | rdf_type |
This string type is assigned URI strings (see constants.h for default values). This URI controls the tags of RDF/XML nodes. | |
Property template classes (eg, TextProperty, URIProperty, IntProperty)