静态对象 meaning in English
static object
Examples
- Gets a reference to the static objects collection for the specified context
引用指定上下文的静态对象集合。 - Which is non - reentrant . this function returns its value in a static object
这个函数将它的值返回到一个静态对象中: - Object contains the session - state variable names and values , static object references , and
对象包含会话状态变量的名称和值、静态对象引用以及当前会话的 - An application s roots include global and static object pointers , local variables and reference object parameters on a thread s stack , and cpu registers
应用程序的根包含全局对象指针、静态对象指针、线程堆栈中的局部变量和引用对象参数以及cpu寄存器。 - It is recommended that you let the linker set the entry point so that the c run - time library is initialized correctly , and c constructors for static objects are executed
建议让链接器设置入口点,以便c运行时库正确初始化,并执行静态对象的c + +构造函数。