c++ forms controlling codesynthesis xsd tree mapping


i'm controlling codesynthesis xsd c++/tree mapping concentration modify an existent xsd c++ formula stock values in. always certain follow schema.



after doing conversion, i'm perplexing work i exam it. problem is, i'm used doing c++ it's initial tool.



i start category called abstractnetworkmodel forms versno_type fromtime_type
typedef'd inside. here constructor i am perplexing good typedefs



abstractnetworkmodel(const versno_type&, const fromtime_type&);
typedef ::xml_schema::double_ versno_type;
typedef ::xml_schema::time fromtime_type;


all abstractnetworkmodel category definitions double_ are:



typedef ::xsd::cxx::tree::time<char, simple_type> time;
typedef double double_;


where construction category churned constructors:



template<typename c, typename b>
class time: open b, open time_zone
{
public:
time(unsigned brief hours, unsigned brief minutes, double seconds);
...
}


i know i'm justly formulating new abstractnetworkmodel nonetheless i don't know i need this. here i'm perplexing during point:



  ::xml_schema::time t();
abstractnetworkmodel anm(1234, t);


this, course, throws an blunder converting second parameter, nonetheless somebody tell me incorrect? during slightest indicate me down right path, things i'm perplexing right learn some-more c++.



Comments

Popular posts from this blog

list macos calm editors formula editors

how i practical urls indicate .aspx pages asp.net deployed an iis? (preferably but iis)

jaxb - xjc - reworking generated typesafe enum category members