Home
last modified time | relevance | path

Searched defs:IniFile (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/rust/netsim-common/src/util/
Dini_file.rs26 pub struct IniFile { struct
33 impl IniFile { argument
39 pub fn new(filepath: String) -> IniFile { in new()