Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
920
void
921
LayerMap::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
928
void
929
LayerMap::add_expr (tl::Extractor &ex, unsigned int l)
Callers
9
set_layer_map
Method · 0.80
get_layer_map_from_tab
Method · 0.80
dbGDS2ReaderTests.cc
File · 0.80
run_test
Function · 0.80
run_test2
Function · 0.80
dbStreamLayerTests.cc
File · 0.80
from_string_file_format
Method · 0.80
extractor_impl
Function · 0.80
test_extractor_impl
Function · 0.80
Calls
3
map_expr
Function · 0.85
c_str
Method · 0.45
test
Method · 0.45
Tested by
1
test_extractor_impl
Function · 0.64