MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / begin

Method begin

include/chaiscript/utility/json.hpp:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 JSONWrapper( std::nullptr_t ) {}
212
213 typename Container::iterator begin() { return object ? object->begin() : typename Container::iterator(); }
214 typename Container::iterator end() { return object ? object->end() : typename Container::iterator(); }
215 typename Container::const_iterator begin() const { return object ? object->begin() : typename Container::iterator(); }
216 typename Container::const_iterator end() const { return object ? object->end() : typename Container::iterator(); }

Callers 15

beginMethod · 0.45
beginMethod · 0.45
JSONMethod · 0.45
build_eval_systemMethod · 0.45
load_fileMethod · 0.45
ChaiScript_BasicMethod · 0.45
build_matchMethod · 0.45
buildIntMethod · 0.45
is_operatorMethod · 0.45
Dot_Fun_ArrayMethod · 0.45
parse_internalMethod · 0.45
format_parametersMethod · 0.45

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected