代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/233441/6787973

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati
www.eeworm.com/read/294461/8224043

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati
www.eeworm.com/read/293708/8277646

h fsm.h

#ifndef FSM_H #define FSM_H #define MAX_SYMBOL_LEN 40 /** * typedef of the callback function pointer type, * every callback function must be declared like: * void callback(const unsigned char *
www.eeworm.com/read/335795/12498212

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati
www.eeworm.com/read/247673/12632548

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati
www.eeworm.com/read/135898/13888501

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati
www.eeworm.com/read/236649/14005861

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati
www.eeworm.com/read/204559/15336878

c account.c

#include "Account.h" unsigned int Account:: get_unique_acct_nmbr() const { static unsigned int acct_nmbr = 1000000; return ++acct_nmbr; } /* init_heap_array(), * declared as a stati
www.eeworm.com/read/108874/15572939

htm ei14.htm

Effective C++, 2E | Item 14: Make sure base classes have virtual destructors Back to Item 13: List members in an initialization list in the order in which they are declared. Continue to Item 15: Have
www.eeworm.com/read/104361/15697204

h types.h

/* * types.h - * * All types and functions declared in this header file begin with "Ty_" * Linked list types end with "..list" */ typedef struct Ty_ty_ *Ty_ty; typedef struct Ty_tyList_