DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibgetopt++1
BeschreibungC++ library for command line parsing
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.0.2-p22-3
Sektionlibs
Prioritätoptional
Installierte Größe84 Byte
Hängt ab vonlibc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1)
Empfohlene Pakete
PaketbetreuerRobert Collins
Quellelibgetopt++
Paketgröße19622 Byte
Prüfsumme MD5ff329c1dbb1342d1764930f02c1b8ac7
Prüfsumme SHA19d9539b5537369bbcebb7e2c20091b7d19ab4f5d
Prüfsumme SHA2563e388feefd74c9e83f3922b2cd2de4e166226296e4d2fa6d006938297a4b200d
Link zum Herunterladenlibgetopt++1_0.0.2-p22-3_i386.deb
Ausführliche Beschreibunglibgetopt++ is a C++ library to parse options that a program gets specified from the command line. It has the following features: . * Minimal footprint in main.cc, and no header or source changes outside the user of an option when the option is altered or a new option added. . * Multiple option sets can co-exist safely. The default option set is a singleton, but additional static sets can be created and used. . * Easy to use: adding a new option is simply a case of adding a static variable for the option, in the scope that the option needs to be visible. . * There are multiple concrete Option classes provided: Bool, String, StringCollector. . * Extensible: simply create a new subclass of Option to implement a new Option type, and use it in your program.


Impressum
Linux is a registered trademark of Linus Torvalds