search for: bitlist

Displaying 5 results from an estimated 5 matches for "bitlist".

Did you mean: gitlist
2013 Jan 31
2
[LLVMdev] std::string suffices for Init* argument?
Hi Jakob, How is `FieldName`, which is a std::string, being passed as the third argument to SetValue on line 1848 of TGParser.cpp, which is declared as being an Init*? The nearly identical (FIXME) codepath in ParseDeclaration immediately puts the string into a StringInit, which makes sense, but how on earth is the std::string being passed in? This is really freaking me out. -- Sean Silva
2013 Jan 31
0
[LLVMdev] std::string suffices for Init* argument?
...aration immediately puts the string into a StringInit, which > makes sense, but how on earth is the std::string being passed in? This > is really freaking me out. See TGParser.h: bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName, const std::vector<unsigned> &BitList, Init *V); bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName, const std::vector<unsigned> &BitList, Init *V) { return SetValue(TheRec, Loc, StringInit::get(ValName), BitList, V); } ;-) /jakob
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...n><span class="cx"> </span><span class="cx"> Note that the native Motif dialog has some limitations with respect to </span><span class="cx"> wildcards; see the Remarks section above. </span><del>-* _style_ A dialog style. A bitlist of: - - - -|*OPEN*|This is an open dialog.| -|*SAVE*|This is a save dialog.| -|*OVERWRITE_PROMPT*|For save dialog only: prompt for a confirmation if a file will be overwritten.| -|*HIDE_READONLY*|Do not display the checkbox to toggle display of read-only files. Deprecated in 2.6; the checkbox is ne...
2012 May 20
3
dot - comma problem
Dear all I am trying to use the ODB package to connect to an libreoffice-odb database. The libreoffice package is german, thus, decimal separator is a comma. However, I can open the database and upload a it without error, library(ODB) db <- odb.open("Test.odb") but a soon as the "odb.open" command is executed, the decimal separator in R is changed to comma. Before
2006 Nov 15
0
[740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
...ition.| </span><span class="cx"> |int m_col|Zero-based column, if in report mode.| </span><span class="lines">@@ -819,8 +809,6 @@ </span><span class="cx"> </span><span class="cx"> The *m_mask* member contains a bitlist specifying which of the other fields are valid. The flags are: </span><span class="cx"> </span><del>- - </del><span class="cx"> |LIST_MASK_STATE|The *m_state* field is valid.| </span><span class="cx"> |LIST_MASK_TEXT|The...