• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            S.l.e!ep.¢%

            像打了激速一樣,以四倍的速度運轉,開心的工作
            簡單、開放、平等的公司文化;尊重個性、自由與個人價值;
            posts - 1098, comments - 335, trackbacks - 0, articles - 1
              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

            pass variable-argument list

            Posted on 2013-05-18 10:45 S.l.e!ep.¢% 閱讀(668) 評論(0)  編輯 收藏 引用 所屬分類: C++

            Introduction

            I've been looking for solution of passing variable-argument list from my va-function to another one, like TRACE for example. All solutions I saw were about using special functions that take va_list as argument. But this is a un-straight way. Why couldn't I just pass "..." to next function? C++ syntax doesn't allow this. But C++ allows to extend itself. Let me introduce you new macros from va_ set:

            template<byte count>
            struct SVaPassNext{
                SVaPassNext<count-1> big;
                DWORD dw;
            };
            template<> struct SVaPassNext<0>{};
            //SVaPassNext - is generator of structure of any size at compile time.class CVaPassNext{
            public:
                SVaPassNext<50> svapassnext;
                CVaPassNext(va_list & args){
            		try{//to avoid access violation
            			memcpy(&svapassnext, args, sizeof(svapassnext));
            		} catch (...) {}
                }
            };
            #define va_pass(valist) CVaPassNext(valist).svapassnext#if 0 //using:void MyVA_Function(szFormat, ...){
                va_list args;
                va_start(args, szFormat);
                SomeOtherVA_Function(szFormat, va_pass(args));
                va_end(args);
            }
            #endif
            how this works:
            I just copy 50 * sizeof(DWORD) bytes of stack to my struct of this size and simply pass this struct as ... argument to next function. Compiler just copies my copy of local stack to next function stack. And that's all we need.

            Enjoy!
            精品无码久久久久国产动漫3d| 91亚洲国产成人久久精品| 久久久久久午夜精品| 欧美日韩久久中文字幕| 18禁黄久久久AAA片| 久久精品a亚洲国产v高清不卡| 国产精品久久久久影院色| 国产日韩久久久精品影院首页| 久久综合精品国产一区二区三区 | 精品久久久久一区二区三区| 欧美亚洲日本久久精品| 97久久国产综合精品女不卡| 国产精品久久久久影院色| 日本精品久久久久影院日本 | 色婷婷久久综合中文久久蜜桃av| 久久99国产综合精品女同| 久久99亚洲综合精品首页| 久久精品国产亚洲av麻豆蜜芽| 国产人久久人人人人爽| 欧美精品丝袜久久久中文字幕| 2021国内久久精品| 精品国产婷婷久久久| 国产亚洲综合久久系列| 久久综合九色综合网站| 91久久精品国产91性色也| 日产精品久久久久久久| 无码人妻少妇久久中文字幕| 中文字幕一区二区三区久久网站| 久久久久无码精品国产| 久久精品国产亚洲AV影院| 国产精品亚洲美女久久久| 久久亚洲精品成人AV| 久久精品国产色蜜蜜麻豆| 亚洲午夜精品久久久久久浪潮| 99热都是精品久久久久久| 国产精品对白刺激久久久| 人妻精品久久无码专区精东影业| 波多野结衣久久一区二区| 久久精品中文字幕第23页| 国产精品久久久久久久久久免费| 久久99热国产这有精品|