代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/464631/1526567
h agentproxy.h
// AgentProxy.h
#ifndef __AGENT_PROXY_H
#define __AGENT_PROXY_H
#include "Common/MyString.h"
#include "../../Archive/IArchive.h"
class CProxyFile
{
public:
UInt32 Index;
UString N
www.eeworm.com/read/464631/1526723
h archiveopencallback.h
// ArchiveOpenCallback.h
#ifndef __ARCHIVE_OPEN_CALLBACK_H
#define __ARCHIVE_OPEN_CALLBACK_H
#include "Common/MyString.h"
#include "Common/MyCom.h"
#include "Windows/FileFind.h"
#ifndef _N
www.eeworm.com/read/462367/1546403
h vm.h
// VM.H: Header file for VM.CPP
#include "stack.h" // Stack template class
#include "mystring.h" // String class
// The opcodes
enum Opcode {
OP_NOP, // 空操作
OP_PUSH,
www.eeworm.com/read/315091/3624213
cpp methodid.cpp
// MethodId.cpp
#include "StdAfx.h"
#include "MethodId.h"
#include "../../Common/MyString.h"
static inline wchar_t GetHex(Byte value)
{
return (wchar_t)((value < 10) ? ('0' + value) : ('
www.eeworm.com/read/315091/3624306
h diritem.h
// DirItem.h
#ifndef __DIR_ITEM_H
#define __DIR_ITEM_H
#include "Common/MyString.h"
#include "Common/Types.h"
struct CDirItem
{
UInt32 Attributes;
FILETIME CreationTime;
FILETIME
www.eeworm.com/read/315091/3624340
h archiveopencallback.h
// ArchiveOpenCallback.h
#ifndef __ARCHIVE_OPEN_CALLBACK_H
#define __ARCHIVE_OPEN_CALLBACK_H
#include "Common/MyString.h"
#include "Common/MyCom.h"
#include "Windows/FileFind.h"
#ifndef _N
www.eeworm.com/read/297604/3885963
cpp methodid.cpp
// MethodId.cpp
#include "StdAfx.h"
#include "MethodId.h"
#include "../../Common/MyString.h"
static inline wchar_t GetHex(Byte value)
{
return (wchar_t)((value < 10) ? ('0' + value) : ('
www.eeworm.com/read/297604/3885998
h raritem.h
// RarItem.h
#ifndef __ARCHIVE_RAR_ITEM_H
#define __ARCHIVE_RAR_ITEM_H
#include "Common/Types.h"
#include "Common/MyString.h"
namespace NArchive{
namespace NRar{
struct CRarTime
{
U
www.eeworm.com/read/297604/3886127
h splithandler.h
// Split/Handler.h
#ifndef __SPLIT_HANDLER_H
#define __SPLIT_HANDLER_H
#include "Common/MyCom.h"
#include "Common/MyString.h"
#include "../IArchive.h"
namespace NArchive {
namespace NSpli
www.eeworm.com/read/297604/3886280
h agentproxy.h
// AgentProxy.h
#ifndef __AGENT_PROXY_H
#define __AGENT_PROXY_H
#include "Common/MyString.h"
#include "../../Archive/IArchive.h"
class CProxyFile
{
public:
UInt32 Index;
UString N