Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
util.cc File Reference

utility functions for schema generation. More...

#include <utility/tag/util.hh>
#include <utility/tag/XMLSchemaGeneration.hh>

Namespaces

 utility
 unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0.
 
 utility::tag
 

Functions

void utility::tag::add_schema_restrictions_for_strings (XMLSchemaDefinition &xsd, std::string type_name, vector1< std::string > const &restrictions)
 Add a SchemaRestriction for a set of strings. Useful for enums. The type name is then used as the type when adding an attribute. More...
 

Detailed Description

utility functions for schema generation.

Author
Jared Adolf-Bryfogle (jadol.nosp@m.fbr@.nosp@m.gmail.nosp@m..com)