Skip to content
Snippets Groups Projects
modules.txt 796 B
Newer Older
  • Learn to ignore specific revisions
  •   @defgroup Common Common (foundation classes)
    
    Christian Engwer's avatar
    Christian Engwer committed
    
    /**
      @defgroup Allocators Allocators
      @brief Implementations of the STL allocator concept
      @ingroup Common
    */
    
    /**
      @defgroup Utilities Utilities
      @brief Collection of helper classes, type traits, etc.
      @ingroup Common
    */
    
    /**
      @defgroup Path Filesystem Paths
      @brief Utilities for filesystem path management
      @ingroup Utilities
    */
    
    /**
      @defgroup StringUtilities String Utilities
      @brief Utility functions for std::string
      @ingroup Utilities
    */
    
    /**
      @defgroup TupleUtilities Tuple Utilities
      @brief Utility classes which can be used with std::tuple
      @ingroup Utilities
    */
    
    
    /**
      @defgroup TypeUtilities Type Utilities
      @brief Type traits, overload helpers, and other utilities for type computations