Man Linux: Main Page and Category List

NAME

       icetGetStrategyName -- retrieve strategy name.

Synopsis

       #include <GL/ice-t.h>

       const GLubyte icetGetStrategyName(   void   );

Description

       icetGetStrategyName  retrieves  a  human  readable name for the current
       strategy.

Return Value

       Returns a  short,  null  terminated  string  identifying  the  strategy
       currently  in  effect. Helpful for printing out debugging or diagnostic
       statements. If no strategy is set, NULL is returned.

Errors

       None.

Warnings

       None.

Bugs

       None known.

Notes

       The string returned does  not  contain  the  identifier  used  in  a  C
       program.  For example, if the current strategy is ICET_STRATEGY_REDUCE,
       icetGetStrategyName returns ``Reduce,'' not ``ICET_STRATEGY_REDUCE.''

Copyright

       Copyright (C)2003 Sandia Corporation

       Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive
       license  for  use  of this work by or on behalf of the U.S. Government.
       Redistribution and use in source and  binary  forms,  with  or  without
       modification, are permitted provided that this Notice and any statement
       of authorship are reproduced on all copies.

See Also

       icetStrategy(3)

IceT Reference                 November 15, 2006        icetGetStrategyName(3)