Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/fd28c5fbf8bd91854cbcd7e869014a54 to your computer and use it in GitHub Desktop.
Save ryantm/fd28c5fbf8bd91854cbcd7e869014a54 to your computer and use it in GitHub Desktop.
/nix/store/k2myrm7qhcdq1ng1nms4yjjcch7j1rcl-poco-1.9.2
├── bin
│   ├── cpspc
│   └── f2cpsp
├── include
│   └── Poco
│   ├── AbstractCache.h
│   ├── AbstractDelegate.h
│   ├── AbstractEvent.h
│   ├── AbstractObserver.h
│   ├── AbstractPriorityDelegate.h
│   ├── AbstractStrategy.h
│   ├── AccessExpirationDecorator.h
│   ├── AccessExpireCache.h
│   ├── AccessExpireLRUCache.h
│   ├── AccessExpireStrategy.h
│   ├── ActiveDispatcher.h
│   ├── ActiveMethod.h
│   ├── ActiveResult.h
│   ├── ActiveRunnable.h
│   ├── ActiveStarter.h
│   ├── Activity.h
│   ├── Alignment.h
│   ├── Any.h
│   ├── ArchiveStrategy.h
│   ├── Array.h
│   ├── ASCIIEncoding.h
│   ├── Ascii.h
│   ├── AsyncChannel.h
│   ├── AtomicCounter.h
│   ├── AutoPtr.h
│   ├── AutoReleasePool.h
│   ├── Base32Decoder.h
│   ├── Base32Encoder.h
│   ├── Base64Decoder.h
│   ├── Base64Encoder.h
│   ├── BasicEvent.h
│   ├── BinaryReader.h
│   ├── BinaryWriter.h
│   ├── BufferAllocator.h
│   ├── BufferedBidirectionalStreamBuf.h
│   ├── BufferedStreamBuf.h
│   ├── Buffer.h
│   ├── Bugcheck.h
│   ├── ByteOrder.h
│   ├── Channel.h
│   ├── Checksum.h
│   ├── ClassLibrary.h
│   ├── ClassLoader.h
│   ├── Clock.h
│   ├── Condition.h
│   ├── Config.h
│   ├── Configurable.h
│   ├── ConsoleChannel.h
│   ├── CountingStream.h
│   ├── Crypto
│   │   ├── CipherFactory.h
│   │   ├── Cipher.h
│   │   ├── CipherImpl.h
│   │   ├── CipherKey.h
│   │   ├── CipherKeyImpl.h
│   │   ├── CryptoException.h
│   │   ├── Crypto.h
│   │   ├── CryptoStream.h
│   │   ├── CryptoTransform.h
│   │   ├── DigestEngine.h
│   │   ├── ECDSADigestEngine.h
│   │   ├── ECKey.h
│   │   ├── ECKeyImpl.h
│   │   ├── EVPPKey.h
│   │   ├── KeyPair.h
│   │   ├── KeyPairImpl.h
│   │   ├── OpenSSLInitializer.h
│   │   ├── PKCS12Container.h
│   │   ├── RSACipherImpl.h
│   │   ├── RSADigestEngine.h
│   │   ├── RSAKey.h
│   │   ├── RSAKeyImpl.h
│   │   └── X509Certificate.h
│   ├── Data
│   │   ├── AbstractBinder.h
│   │   ├── AbstractBinding.h
│   │   ├── AbstractExtraction.h
│   │   ├── AbstractExtractor.h
│   │   ├── AbstractPreparation.h
│   │   ├── AbstractPreparator.h
│   │   ├── AbstractSessionImpl.h
│   │   ├── ArchiveStrategy.h
│   │   ├── AutoTransaction.h
│   │   ├── Binding.h
│   │   ├── BulkBinding.h
│   │   ├── BulkExtraction.h
│   │   ├── Bulk.h
│   │   ├── Column.h
│   │   ├── Connector.h
│   │   ├── Constants.h
│   │   ├── DataException.h
│   │   ├── Data.h
│   │   ├── Date.h
│   │   ├── DynamicDateTime.h
│   │   ├── DynamicLOB.h
│   │   ├── Extraction.h
│   │   ├── Limit.h
│   │   ├── LOB.h
│   │   ├── LOBStream.h
│   │   ├── MetaColumn.h
│   │   ├── MySQL
│   │   │   ├── Binder.h
│   │   │   ├── Connector.h
│   │   │   ├── Extractor.h
│   │   │   ├── MySQLException.h
│   │   │   ├── MySQL.h
│   │   │   ├── MySQLStatementImpl.h
│   │   │   ├── ResultMetadata.h
│   │   │   ├── SessionHandle.h
│   │   │   ├── SessionImpl.h
│   │   │   ├── StatementExecutor.h
│   │   │   └── Utility.h
│   │   ├── ODBC
│   │   │   ├── Binder.h
│   │   │   ├── ConnectionHandle.h
│   │   │   ├── Connector.h
│   │   │   ├── Diagnostics.h
│   │   │   ├── EnvironmentHandle.h
│   │   │   ├── Error.h
│   │   │   ├── Extractor.h
│   │   │   ├── Handle.h
│   │   │   ├── ODBCException.h
│   │   │   ├── ODBC.h
│   │   │   ├── ODBCMetaColumn.h
│   │   │   ├── ODBCStatementImpl.h
│   │   │   ├── Parameter.h
│   │   │   ├── Preparator.h
│   │   │   ├── SessionImpl.h
│   │   │   ├── TypeInfo.h
│   │   │   ├── Unicode.h
│   │   │   ├── Unicode_UNIXODBC.h
│   │   │   ├── Unicode_WIN32.h
│   │   │   └── Utility.h
│   │   ├── PooledSessionHolder.h
│   │   ├── PooledSessionImpl.h
│   │   ├── Position.h
│   │   ├── Preparation.h
│   │   ├── Range.h
│   │   ├── RecordSet.h
│   │   ├── RowFilter.h
│   │   ├── RowFormatter.h
│   │   ├── Row.h
│   │   ├── RowIterator.h
│   │   ├── SessionFactory.h
│   │   ├── Session.h
│   │   ├── SessionImpl.h
│   │   ├── SessionPoolContainer.h
│   │   ├── SessionPool.h
│   │   ├── SimpleRowFormatter.h
│   │   ├── SQLChannel.h
│   │   ├── SQLite
│   │   │   ├── Binder.h
│   │   │   ├── Connector.h
│   │   │   ├── Extractor.h
│   │   │   ├── Notifier.h
│   │   │   ├── SessionImpl.h
│   │   │   ├── SQLiteException.h
│   │   │   ├── SQLite.h
│   │   │   ├── SQLiteStatementImpl.h
│   │   │   └── Utility.h
│   │   ├── StatementCreator.h
│   │   ├── Statement.h
│   │   ├── StatementImpl.h
│   │   ├── Time.h
│   │   ├── Transaction.h
│   │   └── TypeHandler.h
│   ├── DateTimeFormat.h
│   ├── DateTimeFormatter.h
│   ├── DateTime.h
│   ├── DateTimeParser.h
│   ├── Debugger.h
│   ├── DefaultStrategy.h
│   ├── DeflatingStream.h
│   ├── Delegate.h
│   ├── DigestEngine.h
│   ├── DigestStream.h
│   ├── DirectoryIterator.h
│   ├── DirectoryIteratorStrategy.h
│   ├── DirectoryIterator_UNIX.h
│   ├── DirectoryIterator_WIN32.h
│   ├── DirectoryIterator_WIN32U.h
│   ├── DirectoryWatcher.h
│   ├── DOM
│   │   ├── AbstractContainerNode.h
│   │   ├── AbstractNode.h
│   │   ├── Attr.h
│   │   ├── AttrMap.h
│   │   ├── AutoPtr.h
│   │   ├── CDATASection.h
│   │   ├── CharacterData.h
│   │   ├── ChildNodesList.h
│   │   ├── Comment.h
│   │   ├── DocumentEvent.h
│   │   ├── DocumentFragment.h
│   │   ├── Document.h
│   │   ├── DocumentType.h
│   │   ├── DOMBuilder.h
│   │   ├── DOMException.h
│   │   ├── DOMImplementation.h
│   │   ├── DOMObject.h
│   │   ├── DOMParser.h
│   │   ├── DOMSerializer.h
│   │   ├── DOMWriter.h
│   │   ├── DTDMap.h
│   │   ├── Element.h
│   │   ├── ElementsByTagNameList.h
│   │   ├── Entity.h
│   │   ├── EntityReference.h
│   │   ├── EventDispatcher.h
│   │   ├── EventException.h
│   │   ├── Event.h
│   │   ├── EventListener.h
│   │   ├── EventTarget.h
│   │   ├── MutationEvent.h
│   │   ├── NamedNodeMap.h
│   │   ├── NodeAppender.h
│   │   ├── NodeFilter.h
│   │   ├── Node.h
│   │   ├── NodeIterator.h
│   │   ├── NodeList.h
│   │   ├── Notation.h
│   │   ├── ProcessingInstruction.h
│   │   ├── Text.h
│   │   └── TreeWalker.h
│   ├── DoubleByteEncoding.h
│   ├── Dynamic
│   │   ├── Pair.h
│   │   ├── Struct.h
│   │   ├── Var.h
│   │   ├── VarHolder.h
│   │   └── VarIterator.h
│   ├── DynamicAny.h
│   ├── DynamicAnyHolder.h
│   ├── DynamicFactory.h
│   ├── DynamicStruct.h
│   ├── Encodings.h
│   ├── Environment.h
│   ├── Environment_UNIX.h
│   ├── Environment_VX.h
│   ├── Environment_WIN32.h
│   ├── Environment_WIN32U.h
│   ├── Environment_WINCE.h
│   ├── Error.h
│   ├── ErrorHandler.h
│   ├── EventArgs.h
│   ├── EventChannel.h
│   ├── Event.h
│   ├── EventLogChannel.h
│   ├── Event_POSIX.h
│   ├── Event_VX.h
│   ├── Event_WIN32.h
│   ├── Exception.h
│   ├── ExpirationDecorator.h
│   ├── ExpireCache.h
│   ├── Expire.h
│   ├── ExpireLRUCache.h
│   ├── ExpireStrategy.h
│   ├── FIFOBuffer.h
│   ├── FIFOBufferStream.h
│   ├── FIFOEvent.h
│   ├── FIFOStrategy.h
│   ├── FileChannel.h
│   ├── File.h
│   ├── FileStreamFactory.h
│   ├── FileStream.h
│   ├── FileStream_POSIX.h
│   ├── FileStream_WIN32.h
│   ├── File_UNIX.h
│   ├── File_VX.h
│   ├── File_WIN32.h
│   ├── File_WIN32U.h
│   ├── File_WINCE.h
│   ├── Format.h
│   ├── Formatter.h
│   ├── FormattingChannel.h
│   ├── Foundation.h
│   ├── FPEnvironment_C99.h
│   ├── FPEnvironment_DEC.h
│   ├── FPEnvironment_DUMMY.h
│   ├── FPEnvironment.h
│   ├── FPEnvironment_QNX.h
│   ├── FPEnvironment_SUN.h
│   ├── FPEnvironment_WIN32.h
│   ├── FunctionDelegate.h
│   ├── FunctionPriorityDelegate.h
│   ├── Glob.h
│   ├── HashFunction.h
│   ├── Hash.h
│   ├── HashMap.h
│   ├── HashSet.h
│   ├── HashStatistic.h
│   ├── HashTable.h
│   ├── HexBinaryDecoder.h
│   ├── HexBinaryEncoder.h
│   ├── HMACEngine.h
│   ├── InflatingStream.h
│   ├── Instantiator.h
│   ├── ISO8859_10Encoding.h
│   ├── ISO8859_11Encoding.h
│   ├── ISO8859_13Encoding.h
│   ├── ISO8859_14Encoding.h
│   ├── ISO8859_16Encoding.h
│   ├── ISO8859_3Encoding.h
│   ├── ISO8859_4Encoding.h
│   ├── ISO8859_5Encoding.h
│   ├── ISO8859_6Encoding.h
│   ├── ISO8859_7Encoding.h
│   ├── ISO8859_8Encoding.h
│   ├── ISO8859_9Encoding.h
│   ├── JSON
│   │   ├── Array.h
│   │   ├── Handler.h
│   │   ├── JSONException.h
│   │   ├── JSON.h
│   │   ├── Object.h
│   │   ├── ParseHandler.h
│   │   ├── Parser.h
│   │   ├── ParserImpl.h
│   │   ├── PrintHandler.h
│   │   ├── Query.h
│   │   ├── Stringifier.h
│   │   ├── TemplateCache.h
│   │   └── Template.h
│   ├── JSONString.h
│   ├── KeyValueArgs.h
│   ├── Latin1Encoding.h
│   ├── Latin2Encoding.h
│   ├── Latin9Encoding.h
│   ├── LinearHashTable.h
│   ├── LineEndingConverter.h
│   ├── ListMap.h
│   ├── LocalDateTime.h
│   ├── LogFile.h
│   ├── LogFile_STD.h
│   ├── LogFile_WIN32.h
│   ├── LogFile_WIN32U.h
│   ├── Logger.h
│   ├── LoggingFactory.h
│   ├── LoggingRegistry.h
│   ├── LogStream.h
│   ├── LRUCache.h
│   ├── LRUStrategy.h
│   ├── Manifest.h
│   ├── MD4Engine.h
│   ├── MD5Engine.h
│   ├── MemoryPool.h
│   ├── MemoryStream.h
│   ├── Message.h
│   ├── MetaObject.h
│   ├── MetaProgramming.h
│   ├── MongoDB
│   │   ├── Array.h
│   │   ├── Binary.h
│   │   ├── BSONReader.h
│   │   ├── BSONWriter.h
│   │   ├── Connection.h
│   │   ├── Cursor.h
│   │   ├── Database.h
│   │   ├── DeleteRequest.h
│   │   ├── Document.h
│   │   ├── Element.h
│   │   ├── GetMoreRequest.h
│   │   ├── InsertRequest.h
│   │   ├── JavaScriptCode.h
│   │   ├── KillCursorsRequest.h
│   │   ├── Message.h
│   │   ├── MessageHeader.h
│   │   ├── MongoDB.h
│   │   ├── ObjectId.h
│   │   ├── PoolableConnectionFactory.h
│   │   ├── QueryRequest.h
│   │   ├── RegularExpression.h
│   │   ├── ReplicaSet.h
│   │   ├── RequestMessage.h
│   │   ├── ResponseMessage.h
│   │   └── UpdateRequest.h
│   ├── Mutex.h
│   ├── Mutex_POSIX.h
│   ├── Mutex_VX.h
│   ├── Mutex_WIN32.h
│   ├── Mutex_WINCE.h
│   ├── NamedEvent_Android.h
│   ├── NamedEvent.h
│   ├── NamedEvent_UNIX.h
│   ├── NamedEvent_WIN32.h
│   ├── NamedEvent_WIN32U.h
│   ├── NamedMutex_Android.h
│   ├── NamedMutex.h
│   ├── NamedMutex_UNIX.h
│   ├── NamedMutex_WIN32.h
│   ├── NamedMutex_WIN32U.h
│   ├── NamedTuple.h
│   ├── NestedDiagnosticContext.h
│   ├── Net
│   │   ├── AbstractHTTPRequestHandler.h
│   │   ├── AcceptCertificateHandler.h
│   │   ├── CertificateHandlerFactory.h
│   │   ├── CertificateHandlerFactoryMgr.h
│   │   ├── ConsoleCertificateHandler.h
│   │   ├── Context.h
│   │   ├── DatagramSocket.h
│   │   ├── DatagramSocketImpl.h
│   │   ├── DialogSocket.h
│   │   ├── DNS.h
│   │   ├── FilePartSource.h
│   │   ├── FTPClientSession.h
│   │   ├── FTPStreamFactory.h
│   │   ├── HostEntry.h
│   │   ├── HTMLForm.h
│   │   ├── HTTPAuthenticationParams.h
│   │   ├── HTTPBasicCredentials.h
│   │   ├── HTTPBasicStreamBuf.h
│   │   ├── HTTPBufferAllocator.h
│   │   ├── HTTPChunkedStream.h
│   │   ├── HTTPClientSession.h
│   │   ├── HTTPCookie.h
│   │   ├── HTTPCredentials.h
│   │   ├── HTTPDigestCredentials.h
│   │   ├── HTTPFixedLengthStream.h
│   │   ├── HTTPHeaderStream.h
│   │   ├── HTTPIOStream.h
│   │   ├── HTTPMessage.h
│   │   ├── HTTPRequest.h
│   │   ├── HTTPRequestHandlerFactory.h
│   │   ├── HTTPRequestHandler.h
│   │   ├── HTTPResponse.h
│   │   ├── HTTPSClientSession.h
│   │   ├── HTTPServerConnectionFactory.h
│   │   ├── HTTPServerConnection.h
│   │   ├── HTTPServer.h
│   │   ├── HTTPServerParams.h
│   │   ├── HTTPServerRequest.h
│   │   ├── HTTPServerRequestImpl.h
│   │   ├── HTTPServerResponse.h
│   │   ├── HTTPServerResponseImpl.h
│   │   ├── HTTPServerSession.h
│   │   ├── HTTPSessionFactory.h
│   │   ├── HTTPSession.h
│   │   ├── HTTPSessionInstantiator.h
│   │   ├── HTTPSSessionInstantiator.h
│   │   ├── HTTPSStreamFactory.h
│   │   ├── HTTPStreamFactory.h
│   │   ├── HTTPStream.h
│   │   ├── ICMPClient.h
│   │   ├── ICMPEventArgs.h
│   │   ├── ICMPPacket.h
│   │   ├── ICMPPacketImpl.h
│   │   ├── ICMPSocket.h
│   │   ├── ICMPSocketImpl.h
│   │   ├── ICMPv4PacketImpl.h
│   │   ├── InvalidCertificateHandler.h
│   │   ├── IPAddress.h
│   │   ├── IPAddressImpl.h
│   │   ├── KeyConsoleHandler.h
│   │   ├── KeyFileHandler.h
│   │   ├── MailMessage.h
│   │   ├── MailRecipient.h
│   │   ├── MailStream.h
│   │   ├── MediaType.h
│   │   ├── MessageHeader.h
│   │   ├── MulticastSocket.h
│   │   ├── MultipartReader.h
│   │   ├── MultipartWriter.h
│   │   ├── NameValueCollection.h
│   │   ├── NetException.h
│   │   ├── Net.h
│   │   ├── NetSSL.h
│   │   ├── NetworkInterface.h
│   │   ├── NTPClient.h
│   │   ├── NTPEventArgs.h
│   │   ├── NTPPacket.h
│   │   ├── NullPartHandler.h
│   │   ├── OAuth10Credentials.h
│   │   ├── OAuth20Credentials.h
│   │   ├── ParallelSocketAcceptor.h
│   │   ├── ParallelSocketReactor.h
│   │   ├── PartHandler.h
│   │   ├── PartSource.h
│   │   ├── PartStore.h
│   │   ├── PollSet.h
│   │   ├── POP3ClientSession.h
│   │   ├── PrivateKeyFactory.h
│   │   ├── PrivateKeyFactoryMgr.h
│   │   ├── PrivateKeyPassphraseHandler.h
│   │   ├── QuotedPrintableDecoder.h
│   │   ├── QuotedPrintableEncoder.h
│   │   ├── RawSocket.h
│   │   ├── RawSocketImpl.h
│   │   ├── RejectCertificateHandler.h
│   │   ├── RemoteSyslogChannel.h
│   │   ├── RemoteSyslogListener.h
│   │   ├── SecureServerSocket.h
│   │   ├── SecureServerSocketImpl.h
│   │   ├── SecureSMTPClientSession.h
│   │   ├── SecureSocketImpl.h
│   │   ├── SecureStreamSocket.h
│   │   ├── SecureStreamSocketImpl.h
│   │   ├── ServerSocket.h
│   │   ├── ServerSocketImpl.h
│   │   ├── Session.h
│   │   ├── SMTPChannel.h
│   │   ├── SMTPClientSession.h
│   │   ├── SocketAcceptor.h
│   │   ├── SocketAddress.h
│   │   ├── SocketAddressImpl.h
│   │   ├── SocketConnector.h
│   │   ├── SocketDefs.h
│   │   ├── Socket.h
│   │   ├── SocketImpl.h
│   │   ├── SocketNotification.h
│   │   ├── SocketNotifier.h
│   │   ├── SocketReactor.h
│   │   ├── SocketStream.h
│   │   ├── SSLException.h
│   │   ├── SSLManager.h
│   │   ├── StreamSocket.h
│   │   ├── StreamSocketImpl.h
│   │   ├── StringPartSource.h
│   │   ├── TCPServerConnectionFactory.h
│   │   ├── TCPServerConnection.h
│   │   ├── TCPServerDispatcher.h
│   │   ├── TCPServer.h
│   │   ├── TCPServerParams.h
│   │   ├── Utility.h
│   │   ├── VerificationErrorArgs.h
│   │   ├── WebSocket.h
│   │   ├── WebSocketImpl.h
│   │   └── X509Certificate.h
│   ├── NObserver.h
│   ├── NotificationCenter.h
│   ├── Notification.h
│   ├── NotificationQueue.h
│   ├── NotificationStrategy.h
│   ├── Nullable.h
│   ├── NullChannel.h
│   ├── NullStream.h
│   ├── NumberFormatter.h
│   ├── NumberParser.h
│   ├── NumericString.h
│   ├── ObjectPool.h
│   ├── Observer.h
│   ├── Optional.h
│   ├── Path.h
│   ├── Path_UNIX.h
│   ├── Path_WIN32.h
│   ├── Path_WIN32U.h
│   ├── Path_WINCE.h
│   ├── PatternFormatter.h
│   ├── PBKDF2Engine.h
│   ├── Pipe.h
│   ├── PipeImpl_DUMMY.h
│   ├── PipeImpl.h
│   ├── PipeImpl_POSIX.h
│   ├── PipeImpl_WIN32.h
│   ├── PipeStream.h
│   ├── Platform.h
│   ├── Platform_POSIX.h
│   ├── Platform_VX.h
│   ├── Platform_WIN32.h
│   ├── Poco.h
│   ├── PriorityDelegate.h
│   ├── PriorityEvent.h
│   ├── PriorityExpire.h
│   ├── PriorityNotificationQueue.h
│   ├── PriorityStrategy.h
│   ├── Process.h
│   ├── Process_UNIX.h
│   ├── Process_VX.h
│   ├── Process_WIN32.h
│   ├── Process_WIN32U.h
│   ├── Process_WINCE.h
│   ├── PurgeStrategy.h
│   ├── Random.h
│   ├── RandomStream.h
│   ├── RecursiveDirectoryIterator.h
│   ├── RecursiveDirectoryIteratorImpl.h
│   ├── Redis
│   │   ├── Array.h
│   │   ├── AsyncReader.h
│   │   ├── Client.h
│   │   ├── Command.h
│   │   ├── Error.h
│   │   ├── Exception.h
│   │   ├── PoolableConnectionFactory.h
│   │   ├── RedisEventArgs.h
│   │   ├── Redis.h
│   │   ├── RedisStream.h
│   │   └── Type.h
│   ├── RefCountedObject.h
│   ├── RegularExpression.h
│   ├── RotateStrategy.h
│   ├── RunnableAdapter.h
│   ├── Runnable.h
│   ├── RWLock_Android.h
│   ├── RWLock.h
│   ├── RWLock_POSIX.h
│   ├── RWLock_VX.h
│   ├── RWLock_WIN32.h
│   ├── RWLock_WINCE.h
│   ├── SAX
│   │   ├── Attributes.h
│   │   ├── AttributesImpl.h
│   │   ├── ContentHandler.h
│   │   ├── DeclHandler.h
│   │   ├── DefaultHandler.h
│   │   ├── DTDHandler.h
│   │   ├── EntityResolver.h
│   │   ├── EntityResolverImpl.h
│   │   ├── ErrorHandler.h
│   │   ├── InputSource.h
│   │   ├── LexicalHandler.h
│   │   ├── Locator.h
│   │   ├── LocatorImpl.h
│   │   ├── NamespaceSupport.h
│   │   ├── SAXException.h
│   │   ├── SAXParser.h
│   │   ├── WhitespaceFilter.h
│   │   ├── XMLFilter.h
│   │   ├── XMLFilterImpl.h
│   │   └── XMLReader.h
│   ├── ScopedLock.h
│   ├── ScopedUnlock.h
│   ├── Semaphore.h
│   ├── Semaphore_POSIX.h
│   ├── Semaphore_VX.h
│   ├── Semaphore_WIN32.h
│   ├── SHA1Engine.h
│   ├── SharedLibrary.h
│   ├── SharedLibrary_HPUX.h
│   ├── SharedLibrary_UNIX.h
│   ├── SharedLibrary_VX.h
│   ├── SharedLibrary_WIN32.h
│   ├── SharedLibrary_WIN32U.h
│   ├── SharedMemory_DUMMY.h
│   ├── SharedMemory.h
│   ├── SharedMemory_POSIX.h
│   ├── SharedMemory_WIN32.h
│   ├── SharedPtr.h
│   ├── SignalHandler.h
│   ├── SimpleFileChannel.h
│   ├── SimpleHashTable.h
│   ├── SingletonHolder.h
│   ├── SortedDirectoryIterator.h
│   ├── SplitterChannel.h
│   ├── Stopwatch.h
│   ├── StrategyCollection.h
│   ├── StreamChannel.h
│   ├── StreamConverter.h
│   ├── StreamCopier.h
│   ├── StreamTokenizer.h
│   ├── StreamUtil.h
│   ├── String.h
│   ├── StringTokenizer.h
│   ├── SynchronizedObject.h
│   ├── SyslogChannel.h
│   ├── Task.h
│   ├── TaskManager.h
│   ├── TaskNotification.h
│   ├── TeeStream.h
│   ├── TemporaryFile.h
│   ├── TextBufferIterator.h
│   ├── TextConverter.h
│   ├── TextEncoding.h
│   ├── TextIterator.h
│   ├── Thread.h
│   ├── ThreadLocal.h
│   ├── ThreadPool.h
│   ├── Thread_POSIX.h
│   ├── ThreadTarget.h
│   ├── Thread_VX.h
│   ├── Thread_WIN32.h
│   ├── Thread_WINCE.h
│   ├── TimedNotificationQueue.h
│   ├── Timer.h
│   ├── Timespan.h
│   ├── Timestamp.h
│   ├── Timezone.h
│   ├── Token.h
│   ├── Tuple.h
│   ├── TypeList.h
│   ├── Types.h
│   ├── UnbufferedStreamBuf.h
│   ├── UnicodeConverter.h
│   ├── Unicode.h
│   ├── UniqueAccessExpireCache.h
│   ├── UniqueAccessExpireLRUCache.h
│   ├── UniqueAccessExpireStrategy.h
│   ├── UniqueExpireCache.h
│   ├── UniqueExpireLRUCache.h
│   ├── UniqueExpireStrategy.h
│   ├── UnWindows.h
│   ├── URI.h
│   ├── URIStreamFactory.h
│   ├── URIStreamOpener.h
│   ├── UTF16Encoding.h
│   ├── UTF32Encoding.h
│   ├── UTF8Encoding.h
│   ├── UTF8String.h
│   ├── UTFString.h
│   ├── Util
│   │   ├── AbstractConfiguration.h
│   │   ├── Application.h
│   │   ├── ConfigurationMapper.h
│   │   ├── ConfigurationView.h
│   │   ├── FilesystemConfiguration.h
│   │   ├── HelpFormatter.h
│   │   ├── IniFileConfiguration.h
│   │   ├── IntValidator.h
│   │   ├── JSONConfiguration.h
│   │   ├── LayeredConfiguration.h
│   │   ├── LoggingConfigurator.h
│   │   ├── LoggingSubsystem.h
│   │   ├── MapConfiguration.h
│   │   ├── OptionCallback.h
│   │   ├── OptionException.h
│   │   ├── Option.h
│   │   ├── OptionProcessor.h
│   │   ├── OptionSet.h
│   │   ├── PropertyFileConfiguration.h
│   │   ├── RegExpValidator.h
│   │   ├── ServerApplication.h
│   │   ├── Subsystem.h
│   │   ├── SystemConfiguration.h
│   │   ├── Timer.h
│   │   ├── TimerTaskAdapter.h
│   │   ├── TimerTask.h
│   │   ├── Units.h
│   │   ├── Util.h
│   │   ├── Validator.h
│   │   ├── WinRegistryConfiguration.h
│   │   ├── WinRegistryKey.h
│   │   ├── WinService.h
│   │   └── XMLConfiguration.h
│   ├── UUIDGenerator.h
│   ├── UUID.h
│   ├── ValidArgs.h
│   ├── Version.h
│   ├── Void.h
│   ├── Windows1250Encoding.h
│   ├── Windows1251Encoding.h
│   ├── Windows1252Encoding.h
│   ├── Windows1253Encoding.h
│   ├── Windows1254Encoding.h
│   ├── Windows1255Encoding.h
│   ├── Windows1256Encoding.h
│   ├── Windows1257Encoding.h
│   ├── Windows1258Encoding.h
│   ├── Windows874Encoding.h
│   ├── Windows932Encoding.h
│   ├── Windows936Encoding.h
│   ├── Windows949Encoding.h
│   ├── Windows950Encoding.h
│   ├── WindowsConsoleChannel.h
│   ├── XML
│   │   ├── Content.h
│   │   ├── expat_external.h
│   │   ├── expat.h
│   │   ├── Name.h
│   │   ├── NamePool.h
│   │   ├── NamespaceStrategy.h
│   │   ├── ParserEngine.h
│   │   ├── QName.h
│   │   ├── ValueTraits.h
│   │   ├── XMLException.h
│   │   ├── XML.h
│   │   ├── XMLStream.h
│   │   ├── XMLStreamParserException.h
│   │   ├── XMLStreamParser.h
│   │   ├── XMLString.h
│   │   └── XMLWriter.h
│   ├── zconf.h
│   ├── Zip
│   │   ├── Add.h
│   │   ├── AutoDetectStream.h
│   │   ├── Compress.h
│   │   ├── Decompress.h
│   │   ├── Delete.h
│   │   ├── Keep.h
│   │   ├── ParseCallback.h
│   │   ├── PartialStream.h
│   │   ├── Rename.h
│   │   ├── Replace.h
│   │   ├── SkipCallback.h
│   │   ├── ZipArchive.h
│   │   ├── ZipArchiveInfo.h
│   │   ├── ZipCommon.h
│   │   ├── ZipDataInfo.h
│   │   ├── ZipException.h
│   │   ├── ZipFileInfo.h
│   │   ├── Zip.h
│   │   ├── ZipLocalFileHeader.h
│   │   ├── ZipManipulator.h
│   │   ├── ZipOperation.h
│   │   ├── ZipStream.h
│   │   └── ZipUtil.h
│   └── zlib.h
└── lib
├── cmake
│   └── Poco
│   ├── PocoConfig.cmake
│   ├── PocoConfigVersion.cmake
│   ├── PocoCryptoConfig.cmake
│   ├── PocoCryptoConfigVersion.cmake
│   ├── PocoCryptoTargets.cmake
│   ├── PocoCryptoTargets-release.cmake
│   ├── PocoDataConfig.cmake
│   ├── PocoDataConfigVersion.cmake
│   ├── PocoDataMySQLConfig.cmake
│   ├── PocoDataMySQLConfigVersion.cmake
│   ├── PocoDataMySQLTargets.cmake
│   ├── PocoDataMySQLTargets-release.cmake
│   ├── PocoDataODBCConfig.cmake
│   ├── PocoDataODBCConfigVersion.cmake
│   ├── PocoDataODBCTargets.cmake
│   ├── PocoDataODBCTargets-release.cmake
│   ├── PocoDataSQLiteConfig.cmake
│   ├── PocoDataSQLiteConfigVersion.cmake
│   ├── PocoDataSQLiteTargets.cmake
│   ├── PocoDataSQLiteTargets-release.cmake
│   ├── PocoDataTargets.cmake
│   ├── PocoDataTargets-release.cmake
│   ├── PocoEncodingsConfig.cmake
│   ├── PocoEncodingsConfigVersion.cmake
│   ├── PocoEncodingsTargets.cmake
│   ├── PocoEncodingsTargets-release.cmake
│   ├── PocoFoundationConfig.cmake
│   ├── PocoFoundationConfigVersion.cmake
│   ├── PocoFoundationTargets.cmake
│   ├── PocoFoundationTargets-release.cmake
│   ├── PocoJSONConfig.cmake
│   ├── PocoJSONConfigVersion.cmake
│   ├── PocoJSONTargets.cmake
│   ├── PocoJSONTargets-release.cmake
│   ├── PocoMongoDBConfig.cmake
│   ├── PocoMongoDBConfigVersion.cmake
│   ├── PocoMongoDBTargets.cmake
│   ├── PocoMongoDBTargets-release.cmake
│   ├── PocoNetConfig.cmake
│   ├── PocoNetConfigVersion.cmake
│   ├── PocoNetSSLConfig.cmake
│   ├── PocoNetSSLConfigVersion.cmake
│   ├── PocoNetSSLTargets.cmake
│   ├── PocoNetSSLTargets-release.cmake
│   ├── PocoNetTargets.cmake
│   ├── PocoNetTargets-release.cmake
│   ├── PocoRedisConfig.cmake
│   ├── PocoRedisConfigVersion.cmake
│   ├── PocoRedisTargets.cmake
│   ├── PocoRedisTargets-release.cmake
│   ├── PocoUtilConfig.cmake
│   ├── PocoUtilConfigVersion.cmake
│   ├── PocoUtilTargets.cmake
│   ├── PocoUtilTargets-release.cmake
│   ├── PocoXMLConfig.cmake
│   ├── PocoXMLConfigVersion.cmake
│   ├── PocoXMLTargets.cmake
│   ├── PocoXMLTargets-release.cmake
│   ├── PocoZipConfig.cmake
│   ├── PocoZipConfigVersion.cmake
│   ├── PocoZipTargets.cmake
│   └── PocoZipTargets-release.cmake
├── libPocoCrypto.so -> libPocoCrypto.so.62
├── libPocoCrypto.so.62
├── libPocoDataMySQL.so -> libPocoDataMySQL.so.62
├── libPocoDataMySQL.so.62
├── libPocoDataODBC.so -> libPocoDataODBC.so.62
├── libPocoDataODBC.so.62
├── libPocoData.so -> libPocoData.so.62
├── libPocoData.so.62
├── libPocoDataSQLite.so -> libPocoDataSQLite.so.62
├── libPocoDataSQLite.so.62
├── libPocoEncodings.so -> libPocoEncodings.so.62
├── libPocoEncodings.so.62
├── libPocoFoundation.so -> libPocoFoundation.so.62
├── libPocoFoundation.so.62
├── libPocoJSON.so -> libPocoJSON.so.62
├── libPocoJSON.so.62
├── libPocoMongoDB.so -> libPocoMongoDB.so.62
├── libPocoMongoDB.so.62
├── libPocoNet.so -> libPocoNet.so.62
├── libPocoNet.so.62
├── libPocoNetSSL.so -> libPocoNetSSL.so.62
├── libPocoNetSSL.so.62
├── libPocoRedis.so -> libPocoRedis.so.62
├── libPocoRedis.so.62
├── libPocoUtil.so -> libPocoUtil.so.62
├── libPocoUtil.so.62
├── libPocoXML.so -> libPocoXML.so.62
├── libPocoXML.so.62
├── libPocoZip.so -> libPocoZip.so.62
└── libPocoZip.so.62
21 directories, 875 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment