示例#1
0
 Json::Value getJson (int threshold) override
 {
     return logic_.getJson (threshold);
 }
示例#2
0
 Json::Value getJson (int threshold)
 {
     return m_logic.getJson (threshold);
 }
示例#3
0
 Json::Value getJson () override
 {
     return logic_.getJson ();
 }
示例#4
0
 Json::Value getJson ()
 {
     return m_logic.getJson ();
 }