代码搜索:enum

找到约 10,000 项符合「enum」的源代码

代码结果 10,000
www.eeworm.com/read/456367/7350736

h tv.h

// tv.h -- Tv and Remote classes #ifndef TV_H_ #define TV_H_ class Tv { public: friend class Remote; // Remote can access Tv private parts enum {Off, On}; enum {MinVal,MaxVal =
www.eeworm.com/read/456367/7351020

h tv.h

// tv.h -- Tv and Remote classes #ifndef TV_H_ #define TV_H_ class Tv { public: friend class Remote; // Remote can access Tv private parts enum {Off, On}; enum {MinVal,MaxVal =
www.eeworm.com/read/399370/7866914

h nmea.h

#ifndef __NMEA_H__ #define __NMEA_H__ typedef enum tagNMEA_BOOLEAN { Unknown, True, False } NMEA_BOOLEAN; typedef enum tagNMEA_EASTWEST { EW_Unknown = 0, East, West } N
www.eeworm.com/read/197181/8025645

h nmea.h

#ifndef __NMEA_H__ #define __NMEA_H__ typedef enum tagNMEA_BOOLEAN { Unknown, True, False } NMEA_BOOLEAN; typedef enum tagNMEA_EASTWEST { EW_Unknown = 0, East, West } N
www.eeworm.com/read/296364/8108980

h nmea.h

#ifndef __NMEA_H__ #define __NMEA_H__ typedef enum tagNMEA_BOOLEAN { Unknown, True, False } NMEA_BOOLEAN; typedef enum tagNMEA_EASTWEST { EW_Unknown = 0, East, West } N
www.eeworm.com/read/333254/12693289

h tv.h

// tv.h -- Tv and Remote classes #ifndef TV_H_ #define TV_H_ class Tv { public: friend class Remote; // Remote can access Tv private parts enum {Off, On}; enum {MinVal,MaxVal =
www.eeworm.com/read/239185/13299382

h nmea.h

#ifndef __NMEA_H__ #define __NMEA_H__ typedef enum tagNMEA_BOOLEAN { Unknown, True, False } NMEA_BOOLEAN; typedef enum tagNMEA_EASTWEST { EW_Unknown = 0, East, West } N
www.eeworm.com/read/319218/13458197

h soundbase.h

#pragma once #include "pgestd.h" #include "ogg/ivorbiscodec.h" #include "ogg/ivorbisfile.h" #include enum PLAY_STAT { playing = 1, closed, paused, stoped }; enum SOUND
www.eeworm.com/read/484785/6575144

h nmea.h

#ifndef __NMEA_H__ #define __NMEA_H__ typedef enum tagNMEA_BOOLEAN { Unknown, True, False } NMEA_BOOLEAN; typedef enum tagNMEA_EASTWEST { EW_Unknown = 0, East, West } N
www.eeworm.com/read/403011/11524479

h tv.h

// tv.h -- Tv and Remote classes #ifndef TV_H_ #define TV_H_ class Tv { public: friend class Remote; // Remote can access Tv private parts enum {Off, On}; enum {MinVal,MaxVal =