search for: itr1

Displaying 2 results from an estimated 2 matches for "itr1".

Did you mean: itr
2006 Mar 19
1
[LLVMdev] Idioms for retrieving global symbols and inheritance
...e_iterator->first would produce. Also, an attempt to access value_iterator->second->getName() produces junk names. value_iterator->second->hasName() causes segfaults. All this is compiled fine. Following is sample code and output. Code: ------------- for ( SymbolTable::type_iterator itr1 = symbTab.type_begin(), itrend1 = symbTab.type_end(); itr1 != itrend1; itr1++ ) { string typeName = itr1->first; if ( lldbprfx.compare( typeName.substr( 0, 5 ) ) != 0 ) { cerr << typeName << endl; for ( SymbolTable::value_const_iterator itr2 = symbTab.value_begin( itr1-&g...
2009 Mar 27
0
read.table on long lines buggy (PR#13626)
...P1, FBP26, FDH1, FKS1, GAC1, GAL1, GAL10, GAL2, GAL3, GAL4, GAL7, GAL80, GCY1, GDA1, GDB1, GFA1, GIP2, GLC3, GLC7, GLC8, GLG1, GLG2, GLK1, GLO2, GLO4, GNA1, GND1, GND2, GNT1, GPH1, GPM1, GRE3, GSC2, GSY1, GSY2, GTB1, GUT2, HAP4, HKR1, HOC1, HOR2, HPF1, HXK1, HXK2, HXT4, ICL1, IMP2', INM1, INM2, ITR1, KAR2, KEG1, KNH1, KRE2, KRE5\nc:ABC1") > read.table("tst1", sep=":", stringsAsFactors=F)[,1] [1] "c" Warning message: In read.table("tmp1", sep = ":", stringsAsFactors = F) : incomplete final line found by readTableHeader on 'tmp1'...