ObjectiveLib  1.0.0
Typedefs | Enumerations
Types.h File Reference

Types for general use. More...

Go to the source code of this file.

Typedefs

typedef int ol_fd
 The type used for file descriptors.

Enumerations

enum  OLFunctorType {
  OLFunctorType_Divides,
  OLFunctorType_EqualTo,
  OLFunctorType_Greater,
  OLFunctorType_GreaterEqual,
  OLFunctorType_Less,
  OLFunctorType_LessEqual,
  OLFunctorType_LogicalAnd,
  OLFunctorType_LogicalNot,
  OLFunctorType_LogicalOr,
  OLFunctorType_Minus,
  OLFunctorType_Modulus,
  OLFunctorType_Multiplies,
  OLFunctorType_Negate,
  OLFunctorType_NotEqualTo,
  OLFunctorType_Plus
}
 Types of functors that can be created by functorOfType: (OLFunctor). More...

Detailed Description

Types for general use.


Typedef Documentation

typedef int ol_fd

The type used for file descriptors.

See also:
OLFileInputStream, OLFileOutputStream

Enumeration Type Documentation

Types of functors that can be created by functorOfType: (OLFunctor).

See also:
OLFunctor
Enumerator:
OLFunctorType_Divides 

refers to OLDivides

OLFunctorType_EqualTo 

refers to OLEqualTo

OLFunctorType_Greater 

refers to OLGreater

OLFunctorType_GreaterEqual 

refers to OLGreaterEqual

OLFunctorType_Less 

refers to OLLess

OLFunctorType_LessEqual 

refers to OLLessEqual

OLFunctorType_LogicalAnd 

refers to OLLogicalAnd

OLFunctorType_LogicalNot 

refers to OLLogicalNot

OLFunctorType_LogicalOr 

refers to OLLogicalOr

OLFunctorType_Minus 

refers to OLMinus

OLFunctorType_Modulus 

refers to OLModulus

OLFunctorType_Multiplies 

refers to OLMultiplies

OLFunctorType_Negate 

refers to OLNegate

OLFunctorType_NotEqualTo 

refers to OLNotEqualTo

OLFunctorType_Plus 

refers to OLPlus


ObjectiveLibGenerated Sat Feb 15 2014 07:45:33, © 2004-2007 Will Mason