代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/162614/5522727
c pmf2.c
// { dg-do run }
// { dg-options "-Wno-pmf-conversions" }
// Test conversion of pointers to virtual member functions to
// pointers to non-member functions.
struct A{
int i;
A () :i(1){}
virtu
www.eeworm.com/read/411855/11224096
hpp typeinfocmp.hpp
/******************************************************************************\
* *
* TypeInfoCmp.hpp
www.eeworm.com/read/386861/8722359
h cgi.h
#ifndef __CGI_H__
#define __CGI_H__
u8_t print_stats(u8_t next);
u8_t file_stats(u8_t next);
u8_t tcp_stats(u8_t next);
/**
* A table containing pointers to C functions that can be called
www.eeworm.com/read/152121/5675709
c hugemem.c
/*******************************************************************
*
* hugemem.c
*
* Memory management component (body)
* for dealing with "huge" objects with 16-bit MS-DOS.
*
* Writt
www.eeworm.com/read/338766/12285770
cpp filemanagement.cpp
#include "FileManagement.h"
#include "auxfun.h"
void read_paths_into_list(const char *list_file, vector& list)
{
ifstream fs(list_file,ios::in);
if (! fs.good())
{
cout
www.eeworm.com/read/168845/5434767
hpp d.hpp
#ifndef BOOST_SERIALIZATION_TEST_D_HPP
#define BOOST_SERIALIZATION_TEST_D_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
www.eeworm.com/read/162614/5526166
f90 der_pointer_1.f90
! { dg-do compile }
! PR13010
! Arrays of self-referential pointers
module test
type list_t
type(list_t), pointer :: next
end type list_t
type listptr_t
type(list_t), pointer ::
www.eeworm.com/read/287925/8660445
h yaffs_nandemul.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
*
* Copyright (C) 2002 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Charles Manning
www.eeworm.com/read/429423/8809008
h yaffs_nandemul.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
*
* Copyright (C) 2002 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Charles Manning
www.eeworm.com/read/365842/9844915
h yaffs_nandemul.h
/*
* YAFFS: Yet another FFS. A NAND-flash specific file system.
*
* Copyright (C) 2002 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Charles Manning