glibmm  2.64.2
Modules
Here is a list of all modules:
[detail level 12]
 Base64 routinesBase64 encoding/decoding routines
 Character Set ConversionUtility functions for converting strings between different character sets
 D-Bus APIAPI to use D-Bus services as a client or to implement a D-Bus service. To write client code, see Gio::DBus::Proxy. To export objects on the bus for other clients, see Gio::DBus::own_name(), for instance
 File UtilitiesVarious file-related classes and functions
 Generic ValuesGlib::Value<> is specialized for almost any type used within the glibmm and gtkmm libraries
 Generic container converters
 Helper classes
 Glob-style Pattern MatchingMatch strings against patterns containing '*' (wildcard) and '?' (joker)
 Miscellaneous Utility FunctionsMiscellaneous Utility Functions – a selection of portable utility functions
 Platform-specific content typingA content type is a platform specific string that defines the type of a file. On UNIX it is a mime type like "text/plain" or "image/png". On Win32 it is an extension string like ".doc", ".txt" or a perceived string like "audio". Such strings can be looked up in the registry at HKEY_CLASSES_ROOT
 Portable Network I/O Functionality
 Random NumbersPseudo random number generator
 Shell-related UtilitiesShell-like command line handling
 Simple XML Subset ParserThe Glib::Markup parser is intended to parse a simple markup format that's a subset of XML. This is a small, efficient, easy-to-use parser. It should not be used if you expect to interoperate with other applications generating full-scale XML. However, it's very useful for application data files, config files, etc. where you know your application will be the only one writing the file. Full-scale XML parsers should be able to parse the subset used by Glib::Markup parser, so you can easily migrate to full-scale XML at a later time if the need arises
 Spawning ProcessesProcess launching with fork()/exec()
 Stream Classes
 String Utility FunctionsThis section describes a number of utility functions for creating and manipulating strings, as well as other string-related stuff
 The Main Event LoopManages all available sources of events
 Thread PoolsPools of threads to execute work concurrently
 ThreadsThread abstraction; including threads, different mutexes, conditions and thread private data
 URI UtilitiesVarious uri-related functions
 Unicode ManipulationFunctions operating on Unicode characters and UTF-8 strings
 Variant Data TypesThe Variant classes deal with strongly typed variant data. A Variant stores a value along with information about the type of that value. The range of possible values is determined by the type. The type system used is VariantType
 giomm Enums and Flags
 glibmm Enums and Flags