3 #ifndef INCLUDE_NN_NLIB_OSS_LZ4OUTPUTSTREAM_H_ 4 #define INCLUDE_NN_NLIB_OSS_LZ4OUTPUTSTREAM_H_ 11 #if defined(_MSC_VER) && defined(nx_oss_lz4_EXPORTS) 12 #undef NLIB_VIS_PUBLIC 13 #define NLIB_VIS_PUBLIC NLIB_WINEXPORT 30 return this->Init(settings);
35 struct Lz4InputStreamPrivate;
36 Lz4InputStreamPrivate* prv_;
43 #if defined(_MSC_VER) && defined(nx_oss_lz4_EXPORTS) 44 #undef NLIB_VIS_PUBLIC 45 #define NLIB_VIS_PUBLIC NLIB_WINIMPORT 48 #endif // INCLUDE_NN_NLIB_OSS_LZ4OUTPUTSTREAM_H_ #define NLIB_OVERRIDE
Defines override if it is available for use. If not, holds an empty string.
#define NLIB_DISALLOW_COPY_AND_ASSIGN(TypeName)
Prohibits use of the copy constructor and assignment operator for the class specified by TypeName...
#define NLIB_NOEXCEPT
Defines noexcept geared to the environment, or the equivalent.
#define NLIB_CEXPR
Defines constexpr if it is available for use. If not, holds an empty string.
A file that contains the configuration information for each development environment.
#define NLIB_FINAL
Defines final if it is available for use. If not, holds an empty string.