MCPcopy Create free account
hub / github.com/cinder/Cinder / asCString

Method asCString

src/jsoncpp/jsoncpp.cpp:2015–2019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2013bool Value::operator!=(const Value& other) const { return !(*this == other); }
2014
2015const char* Value::asCString() const {
2016 JSON_ASSERT_MESSAGE(type_ == stringValue,
2017 "in Json::Value::asCString(): requires stringValue");
2018 return value_.string_;
2019}
2020
2021std::string Value::asString() const {
2022 switch (type_) {

Callers 1

writeValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected