Home
last modified time | relevance | path

Searched refs:ICE_API (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DNetwork.h114 struct ICE_API Address
165 struct ICE_API AsyncInfo
257 ICE_API bool noMoreFds(int);
306 ICE_API bool interrupted();
308 ICE_API bool noBuffers();
309 ICE_API bool wouldBlock();
310 ICE_API bool notConnected();
311 ICE_API bool recvTruncated();
313 ICE_API bool connectFailed();
316 ICE_API bool connectionLost();
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DNetwork.h114 struct ICE_API Address
165 struct ICE_API AsyncInfo
257 ICE_API bool noMoreFds(int);
306 ICE_API bool interrupted();
308 ICE_API bool noBuffers();
309 ICE_API bool wouldBlock();
310 ICE_API bool notConnected();
311 ICE_API bool recvTruncated();
313 ICE_API bool connectFailed();
316 ICE_API bool connectionLost();
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DNetwork.h114 struct ICE_API Address
165 struct ICE_API AsyncInfo
257 ICE_API bool noMoreFds(int);
306 ICE_API bool interrupted();
308 ICE_API bool noBuffers();
309 ICE_API bool wouldBlock();
310 ICE_API bool notConnected();
311 ICE_API bool recvTruncated();
313 ICE_API bool connectFailed();
316 ICE_API bool connectionLost();
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/include/IceUtil/
H A DFileUtil.h19 extern const ICE_API std::string pathsep;
20 extern const ICE_API std::string separator;
25 ICE_API bool isAbsolutePath(const std::string&);
30 ICE_API bool fileExists(const std::string&);
79 ICE_API int remove(const std::string&);
81 ICE_API int rmdir(const std::string&);
83 ICE_API int mkdir(const std::string&, int);
86 ICE_API int open(const std::string&, int);
89 ICE_API int getcwd(std::string&);
92 ICE_API int unlink(const std::string&);
[all …]
H A DOutputUtil.h72 class ICE_API NextLine
77 class ICE_API Separator
146 class ICE_API StartBlock
159 class ICE_API EndBlock
172 class ICE_API StartPar
185 class ICE_API EndPar
198 class ICE_API StartAbrk
211 class ICE_API EndAbrk
289 class ICE_API EndElement
325 class ICE_API Attribute
[all …]
H A DStringUtil.h46 ICE_API std::string joinString(const std::vector<std::string>&, const std::string&);
51 ICE_API std::string trim(const std::string&);
68 ICE_API bool match(const std::string&, const std::string&, bool = false);
73 ICE_API std::string lastErrorToString();
75 ICE_API std::string errorToString(int, LPCVOID = ICE_NULLPTR);
77 ICE_API std::string errorToString(int);
85 ICE_API std::string toLower(const std::string&);
86 ICE_API std::string toUpper(const std::string&);
87 ICE_API bool isAlpha(char);
88 ICE_API bool isDigit(char);
[all …]
H A DStringConverter.h23 class ICE_API UTF8Buffer
74 template class ICE_API BasicStringConverter<char>;
75 template class ICE_API BasicStringConverter<wchar_t>;
90 ICE_API WstringConverterPtr createUnicodeWstringConverter();
96 ICE_API StringConverterPtr getProcessStringConverter();
102 ICE_API void setProcessStringConverter(const StringConverterPtr& c);
108 ICE_API WstringConverterPtr getProcessWstringConverter();
124 ICE_API std::string
137 ICE_API std::wstring
149 ICE_API std::string
[all …]
H A DConsoleUtil.h20 class ICE_API ConsoleUtil
40 class ICE_API ConsoleOut
47 class ICE_API ConsoleErr
64 ICE_API ConsoleOut& endl(ConsoleOut&);
65 ICE_API ConsoleOut& flush(ConsoleOut&);
77 ICE_API ConsoleErr& endl(ConsoleErr&);
78 ICE_API ConsoleErr& flush(ConsoleErr&);
80 extern ICE_API ConsoleOut consoleOut;
81 extern ICE_API ConsoleErr consoleErr;
85 extern ICE_API std::ostream& consoleOut;
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DFileUtil.h19 extern const ICE_API std::string pathsep;
20 extern const ICE_API std::string separator;
25 ICE_API bool isAbsolutePath(const std::string&);
30 ICE_API bool fileExists(const std::string&);
79 ICE_API int remove(const std::string&);
81 ICE_API int rmdir(const std::string&);
83 ICE_API int mkdir(const std::string&, int);
86 ICE_API int open(const std::string&, int);
89 ICE_API int getcwd(std::string&);
92 ICE_API int unlink(const std::string&);
[all …]
H A DOutputUtil.h72 class ICE_API NextLine
77 class ICE_API Separator
146 class ICE_API StartBlock
159 class ICE_API EndBlock
172 class ICE_API StartPar
185 class ICE_API EndPar
198 class ICE_API StartAbrk
211 class ICE_API EndAbrk
289 class ICE_API EndElement
325 class ICE_API Attribute
[all …]
H A DStringUtil.h46 ICE_API std::string joinString(const std::vector<std::string>&, const std::string&);
51 ICE_API std::string trim(const std::string&);
68 ICE_API bool match(const std::string&, const std::string&, bool = false); in ~BasicStringConverter()
73 ICE_API std::string lastErrorToString();
75 ICE_API std::string errorToString(int, LPCVOID = ICE_NULLPTR);
77 ICE_API std::string errorToString(int);
85 ICE_API std::string toLower(const std::string&);
86 ICE_API std::string toUpper(const std::string&);
87 ICE_API bool isAlpha(char);
88 ICE_API bool isDigit(char);
[all …]
H A DStringConverter.h23 class ICE_API UTF8Buffer
74 template class ICE_API BasicStringConverter<char>;
75 template class ICE_API BasicStringConverter<wchar_t>;
90 ICE_API WstringConverterPtr createUnicodeWstringConverter();
96 ICE_API StringConverterPtr getProcessStringConverter();
102 ICE_API void setProcessStringConverter(const StringConverterPtr& c);
108 ICE_API WstringConverterPtr getProcessWstringConverter();
124 ICE_API std::string
137 ICE_API std::wstring
149 ICE_API std::string
[all …]
H A DConsoleUtil.h20 class ICE_API ConsoleUtil
40 class ICE_API ConsoleOut
47 class ICE_API ConsoleErr
64 ICE_API ConsoleOut& endl(ConsoleOut&);
65 ICE_API ConsoleOut& flush(ConsoleOut&);
77 ICE_API ConsoleErr& endl(ConsoleErr&);
78 ICE_API ConsoleErr& flush(ConsoleErr&);
80 extern ICE_API ConsoleOut consoleOut;
81 extern ICE_API ConsoleErr consoleErr;
85 extern ICE_API std::ostream& consoleOut;
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DFileUtil.h19 extern const ICE_API std::string pathsep;
20 extern const ICE_API std::string separator;
25 ICE_API bool isAbsolutePath(const std::string&);
30 ICE_API bool fileExists(const std::string&);
79 ICE_API int remove(const std::string&);
81 ICE_API int rmdir(const std::string&);
83 ICE_API int mkdir(const std::string&, int);
86 ICE_API int open(const std::string&, int);
89 ICE_API int getcwd(std::string&);
92 ICE_API int unlink(const std::string&);
[all …]
H A DOutputUtil.h72 class ICE_API NextLine
77 class ICE_API Separator
146 class ICE_API StartBlock
159 class ICE_API EndBlock
172 class ICE_API StartPar
185 class ICE_API EndPar
198 class ICE_API StartAbrk
211 class ICE_API EndAbrk
289 class ICE_API EndElement
325 class ICE_API Attribute
[all …]
H A DStringUtil.h46 ICE_API std::string joinString(const std::vector<std::string>&, const std::string&);
51 ICE_API std::string trim(const std::string&);
68 ICE_API bool match(const std::string&, const std::string&, bool = false);
73 ICE_API std::string lastErrorToString();
75 ICE_API std::string errorToString(int, LPCVOID = ICE_NULLPTR);
77 ICE_API std::string errorToString(int);
85 ICE_API std::string toLower(const std::string&);
86 ICE_API std::string toUpper(const std::string&);
87 ICE_API bool isAlpha(char);
88 ICE_API bool isDigit(char);
[all …]
H A DStringConverter.h23 class ICE_API UTF8Buffer
74 template class ICE_API BasicStringConverter<char>;
75 template class ICE_API BasicStringConverter<wchar_t>;
90 ICE_API WstringConverterPtr createUnicodeWstringConverter();
96 ICE_API StringConverterPtr getProcessStringConverter();
102 ICE_API void setProcessStringConverter(const StringConverterPtr& c);
108 ICE_API WstringConverterPtr getProcessWstringConverter();
124 ICE_API std::string
137 ICE_API std::wstring
149 ICE_API std::string
[all …]
H A DConsoleUtil.h20 class ICE_API ConsoleUtil
40 class ICE_API ConsoleOut
47 class ICE_API ConsoleErr
64 ICE_API ConsoleOut& endl(ConsoleOut&);
65 ICE_API ConsoleOut& flush(ConsoleOut&);
77 ICE_API ConsoleErr& endl(ConsoleErr&);
78 ICE_API ConsoleErr& flush(ConsoleErr&);
80 extern ICE_API ConsoleOut consoleOut;
81 extern ICE_API ConsoleErr consoleErr;
85 extern ICE_API std::ostream& consoleOut;
[all …]
/dports/devel/php-ice37/ice-3.7.2/objective-c/include/objc/Ice/
H A DStream.h19 ICE_API @interface ICEInternalPrefixTable : NSObject
34 ICE_API @protocol ICEReadObjectCallback <NSObject>
49 ICE_API @protocol ICEInputStream <NSObject>
140 ICE_API @protocol ICEOutputStream <NSObject>
211 ICE_API @protocol ICEStreamHelper
227 ICE_API @interface ICEBoolHelper : ICEStreamHelper
230 ICE_API @interface ICEByteHelper : ICEStreamHelper
236 ICE_API @interface ICEIntHelper : ICEStreamHelper
329 ICE_API @protocol ICEOptionalStreamHelper
350 ICE_API @interface CompactIdMapHelper : NSObject
[all …]
H A DObject.h20 ICE_API int ICEInternalLookupString(NSString * const arr[], size_t, NSString * __unsafe_unretained);
21 ICE_API void ICEInternalCheckModeAndSelector(id, ICEOperationMode, SEL, ICECurrent*);
26 ICE_API @protocol ICERequest <NSObject>
30 ICE_API @protocol ICEObject <NSObject>
38 ICE_API @interface ICEObject : NSObject<ICEObject, NSCopying>
52 ICE_API @interface ICEServant : ICEObject
69 ICE_API @protocol ICEBlobject<ICEObject>
73 ICE_API @interface ICEBlobject : ICEServant
/dports/devel/ice37/ice-3.7.2/objective-c/include/objc/Ice/
H A DStream.h19 ICE_API @interface ICEInternalPrefixTable : NSObject
34 ICE_API @protocol ICEReadObjectCallback <NSObject>
49 ICE_API @protocol ICEInputStream <NSObject>
140 ICE_API @protocol ICEOutputStream <NSObject>
211 ICE_API @protocol ICEStreamHelper
227 ICE_API @interface ICEBoolHelper : ICEStreamHelper
230 ICE_API @interface ICEByteHelper : ICEStreamHelper
236 ICE_API @interface ICEIntHelper : ICEStreamHelper
329 ICE_API @protocol ICEOptionalStreamHelper
350 ICE_API @interface CompactIdMapHelper : NSObject
[all …]
/dports/devel/py-ice37/ice-3.7.2/objective-c/include/objc/Ice/
H A DStream.h19 ICE_API @interface ICEInternalPrefixTable : NSObject
34 ICE_API @protocol ICEReadObjectCallback <NSObject>
49 ICE_API @protocol ICEInputStream <NSObject>
140 ICE_API @protocol ICEOutputStream <NSObject>
211 ICE_API @protocol ICEStreamHelper
227 ICE_API @interface ICEBoolHelper : ICEStreamHelper
230 ICE_API @interface ICEByteHelper : ICEStreamHelper
236 ICE_API @interface ICEIntHelper : ICEStreamHelper
329 ICE_API @protocol ICEOptionalStreamHelper
350 ICE_API @interface CompactIdMapHelper : NSObject
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/include/Ice/
H A DInitialize.h36 ICE_API StringSeq argsToStringSeq(int argc, const char* const argv[]);
45 ICE_API StringSeq argsToStringSeq(int argc, const wchar_t* const argv[]);
105 ICE_API PropertiesPtr createProperties();
224 class ICE_API ThreadNotification : public IceUtil::Shared
246 class ICE_API ThreadHookPlugin : public Ice::Plugin
408 ICE_API CommunicatorPtr initialize(int& argc, const char* argv[],
608 ICE_API LoggerPtr getProcessLogger();
615 ICE_API void setProcessLogger(const LoggerPtr& logger);
642 class ICE_API CommunicatorHolder
932 ICE_API Identity stringToIdentity(const std::string& str);
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/include/Ice/
H A DInitialize.h36 ICE_API StringSeq argsToStringSeq(int argc, const char* const argv[]);
45 ICE_API StringSeq argsToStringSeq(int argc, const wchar_t* const argv[]);
105 ICE_API PropertiesPtr createProperties();
224 class ICE_API ThreadNotification : public IceUtil::Shared
246 class ICE_API ThreadHookPlugin : public Ice::Plugin
408 ICE_API CommunicatorPtr initialize(int& argc, const char* argv[],
608 ICE_API LoggerPtr getProcessLogger();
615 ICE_API void setProcessLogger(const LoggerPtr& logger);
642 class ICE_API CommunicatorHolder
932 ICE_API Identity stringToIdentity(const std::string& str);
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/include/Ice/
H A DInitialize.h36 ICE_API StringSeq argsToStringSeq(int argc, const char* const argv[]);
45 ICE_API StringSeq argsToStringSeq(int argc, const wchar_t* const argv[]);
105 ICE_API PropertiesPtr createProperties();
224 class ICE_API ThreadNotification : public IceUtil::Shared
246 class ICE_API ThreadHookPlugin : public Ice::Plugin
408 ICE_API CommunicatorPtr initialize(int& argc, const char* argv[],
608 ICE_API LoggerPtr getProcessLogger();
615 ICE_API void setProcessLogger(const LoggerPtr& logger);
642 class ICE_API CommunicatorHolder
932 ICE_API Identity stringToIdentity(const std::string& str);
[all …]

12345678910>>...20