CFx SDK Documentation  2022 SP0
Public Types | Public Member Functions | List of all members
CFxKeywordArray Class Reference

#include <FxKeywordArray.h>

Inheritance diagram for CFxKeywordArray:

Public Types

typedef std::vector< std::pair< CFxString, CFxString > > parent
 
typedef std::pair< CFxString, CFxStringvalue_type
 

Public Member Functions

void push_back (const CFxString &global, const CFxString &local)
 
void sortit (const CFxString *endingString=NULL)
 
const CFxStringglobal (size_t i) const
 
CFxString global (size_t i)
 
const CFxStringlocal (size_t i) const
 
CFxString local (size_t i)
 

Detailed Description

Description: Represents keywords array storage. Library: DDKERNEL

Definition at line 28 of file FxKeywordArray.h.

Member Typedef Documentation

◆ parent

typedef std::vector<std::pair<CFxString, CFxString> > CFxKeywordArray::parent

Definition at line 31 of file FxKeywordArray.h.

◆ value_type

Definition at line 32 of file FxKeywordArray.h.

Member Function Documentation

◆ global() [1/2]

CFxString CFxKeywordArray::global ( size_t  i)

◆ global() [2/2]

const CFxString& CFxKeywordArray::global ( size_t  i) const

◆ local() [1/2]

CFxString CFxKeywordArray::local ( size_t  i)

◆ local() [2/2]

const CFxString& CFxKeywordArray::local ( size_t  i) const

◆ push_back()

void CFxKeywordArray::push_back ( const CFxString global,
const CFxString local 
)

◆ sortit()

void CFxKeywordArray::sortit ( const CFxString endingString = NULL)

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