MCPcopy Create free account
hub / github.com/KLayout/klayout / add_expr

Method add_expr

src/db/db/dbStreamLayers.cc:920–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920void
921LayerMap::add_expr (const std::string &expr, unsigned int l)
922{
923 tl::Extractor ex (expr.c_str ());
924 add_expr (ex, l);
925 ex.expect_end ();
926}
927
928void
929LayerMap::add_expr (tl::Extractor &ex, unsigned int l)

Callers 9

set_layer_mapMethod · 0.80
run_testFunction · 0.80
run_test2Function · 0.80
extractor_implFunction · 0.80
test_extractor_implFunction · 0.80

Calls 3

map_exprFunction · 0.85
c_strMethod · 0.45
testMethod · 0.45

Tested by 1

test_extractor_implFunction · 0.64