"L. Spiro Engine"
Public Member Functions | Public Attributes

lsg::CShaderBase::LSG_INCLUDES Struct Reference

#include <LSGShaderBase.h>

List of all members.

Public Member Functions

LSBOOL LSE_CALL operator< (const LSG_INCLUDES &_iOther) const
LSBOOL LSE_CALL operator== (const LSG_INCLUDES &_iOther) const

Public Attributes

CString sPath
LSUINT32 ui32RefCount

Detailed Description

Included files.


Member Function Documentation

LSBOOL LSE_CALL lsg::CShaderBase::LSG_INCLUDES::operator< ( const LSG_INCLUDES _iOther) const

Less-than comparison. Goes by path value.

Parameters:
_iOtherInclude against which to compare.
Returns:
Returns true if this include path is less than the given include path.
LSBOOL LSE_CALL lsg::CShaderBase::LSG_INCLUDES::operator== ( const LSG_INCLUDES _iOther) const

Equality comparison. Goes by path value.

Parameters:
_iOtherInclude against which to compare.
Returns:
Returns true if this include path is equal to the given include path.

Member Data Documentation

The path to the included file.

Number of times the path has been included.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator