NVTX++  3.0
C++ convenience wrappers for NVTX.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nnvtx3
 CargbIndicates the value of the alpha, red, green, and blue color channels for an argb color code
 CcategoryObject for intra-domain grouping of NVTX events
 CcolorRepresents a custom color that can be associated with an NVTX event via it's event_attributes
 Cdomaindomains allow for grouping NVTX events into a single scope to differentiate them from events in other domains
 CglobalTag type for the "global" NVTX domain
 Cdomain_process_rangeA RAII object for creating a NVTX range within a domain that can be created and destroyed on different threads
 Cdomain_thread_rangeA RAII object for creating a NVTX range local to a thread within a domain
 Cevent_attributesDescribes the attributes of a NVTX event
 CmessageAllows associating a message string with an NVTX event via its EventAttributes
 Cnamed_categoryA category with an associated name string
 CpayloadA numerical value that can be associated with an NVTX event via its event_attributes
 Cregistered_messageA message registered with NVTX
 CrgbIndicates the values of the red, green, blue color channels for a rgb color code