Searched defs:Traits (Results 1 – 3 of 3) sorted by relevance
405 struct Traits { struct407 C2String name; ///< name of the component408 domain_t domain; ///< component domain409 kind_t kind; ///< component kind410 rank_t rank; ///< component rank411 C2String mediaType; ///< media type supported by the component412 C2String owner; ///< name of the component store owning this component418 std::vector<C2StringLiteral> aliases; ///< name aliases for backward compatibility
586 struct Traits { struct587 C2String name; ///< allocator name588 id_t id; ///< allocator ID589 type_t supportedTypes; ///< supported allocation types590 C2MemoryUsage minimumUsage; ///< usage that is minimally required for allocations591 C2MemoryUsage maximumUsage; ///< usage that is maximally allowed for allocations
56 using Traits = C2Component::Traits; typedef