contain.cxx

来自「EFI(Extensible Firmware Interface)是下一代BI」· CXX 代码 · 共 35 行

CXX
35
字号
/*++

Copyright (c) 1990-1999 Microsoft Corporation

Module Name:

    contain.cxx

Abstract:

    This module contains the definition for the CONTAINER class, the most
    primitive, abstract class in the container sub-hierarchy. Given it's
    abstract, prmitive nature there is minimal implementation at this point
    in the hierarchy.

Environment:

    ULIB, User Mode

--*/
#include <pch.cxx>

#define _ULIB_MEMBER_

#include "ulib.hxx"
#include "contain.hxx"


DEFINE_CONSTRUCTOR( CONTAINER, OBJECT );

CONTAINER::~CONTAINER(
    )
{
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?