MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / names

Method names

src/utilities/sql/SqlFileTimeSeriesQuery.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53KeyValueIdentifier::KeyValueIdentifier(const boost::regex& re) : m_re(re) {}
54
55StringVector KeyValueIdentifier::names() const {
56 return m_names;
57}
58
59boost::optional<boost::regex> KeyValueIdentifier::regex() const {
60 if (!m_names.empty()) {

Callers 3

timeSeriesMethod · 0.80
mf_makeConsistentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected