debian man page for ct

Query: ct

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CT(3)							      TAU Instrumentation API							     CT(3)

NAME
CT - Returns the type information for a variable
SYNOPSIS
C/C++: CT(<type> variable);
DESCRIPTION
The CT macro returns the runtime type information string of a variable. This is useful in constructing the type parameter of the TAU_PROFILE macro. For templates, the type information can be constructed using the type of the return and the type of each of the arguments (parameters) of the template. The example in the following macro will clarify this.
EXAMPLE
C/C++ : TAU_PROFILE("foo::memberfunc()", CT(*this), TAU_DEFAULT);
SEE ALSO
TAU_PROFILE, TAU_PROFILE_TIMER(3), TAU_TYPE_STRING(3) 08/31/2005 CT(3)
Related Man Pages
tau_profile_set_context(3) - debian
tau_register_context_event(3) - debian
va_start(3) - freebsd
va_end(3) - freebsd
varargs(3) - freebsd
Similar Topics in the Unix Linux Community
picture
Infraction system (formerly: Please Moderate Words Like &quot;Hell&quot;)
Help in extracting fields from a file
Extract sequences of bytes from binary for differents blocks
Move File Containing More Than two &quot;-&quot; at 3rd Line To New Directory