sprintfToken_s Struct Reference

#include <header_internal.h>


Public Types

enum  {
  PTOK_NONE = 0, PTOK_TAG, PTOK_ARRAY, PTOK_STRING,
  PTOK_COND
}

Data Fields

enum sprintfToken_s:: { ... }  type
union {
   struct sprintfTag_s   tag
   struct {
      sprintfToken   format
      int   i
      int   numTokens
   }   array
   struct {
      char *   string
      int   len
   }   string
   struct {
      sprintfToken   ifFormat
      int   numIfTokens
      sprintfToken   elseFormat
      int   numElseTokens
      struct sprintfTag_s   tag
   }   cond
u


Detailed Description

Definition at line 109 of file header_internal.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
PTOK_NONE 
PTOK_TAG 
PTOK_ARRAY 
PTOK_STRING 
PTOK_COND 

Definition at line 110 of file header_internal.h.


Field Documentation

enum { ... } sprintfToken_s::type

PTOK_TAG

Definition at line 118 of file header_internal.h.

Referenced by findTag(), hsaInit(), hsaNext(), parseFormat(), and singleSprintf().

Definition at line 121 of file header_internal.h.

Definition at line 122 of file header_internal.h.

Definition at line 123 of file header_internal.h.

struct { ... } sprintfToken_s::array

PTOK_ARRAY

Referenced by freeFormat(), hsaInit(), hsaNext(), parseFormat(), and singleSprintf().

Definition at line 127 of file header_internal.h.

Referenced by parseFormat(), and singleSprintf().

Definition at line 128 of file header_internal.h.

struct { ... } sprintfToken_s::string

PTOK_STRING

Definition at line 132 of file header_internal.h.

Definition at line 133 of file header_internal.h.

Definition at line 135 of file header_internal.h.

Definition at line 136 of file header_internal.h.

struct { ... } sprintfToken_s::cond

PTOK_COND

Referenced by findTag(), freeFormat(), parseExpression(), and singleSprintf().

union { ... } sprintfToken_s::u


The documentation for this struct was generated from the following file:

Generated on Fri Dec 12 13:02:13 2008 for rpm by  doxygen 1.5.6