Choco OS  V.0.16.9.0
Join to the chocolate world
oc_1word.h File Reference

Contains macros for creating one word from more words in macros. More...

Go to the source code of this file.

Macros

#define oC_1WORD_FROM_2(A, B)   _oC_1WORD_FROM_2( A , B )
 
#define oC_1WORD_FROM_3(A, B, C)   _oC_1WORD_FROM_3( A , B , C)
 
#define oC_1WORD_FROM_4(A, B, C, D)   _oC_1WORD_FROM_4( A , B , C , D)
 
#define oC_1WORD_FROM_5(A, B, C, D, E)   _oC_1WORD_FROM_5( A , B , C , D , E)
 
#define oC_1WORD_FROM_6(A, B, C, D, E, F)   _oC_1WORD_FROM_6( A , B , C , D , E , F)
 
#define oC_1WORD_FROM_7(A, B, C, D, E, F, G)   _oC_1WORD_FROM_7( A , B , C , D , E , F , G)
 
#define oC_1WORD_FROM_8(A, B, C, D, E, F, G, H)   _oC_1WORD_FROM_8( A , B , C , D , E , F , G , H)
 

Detailed Description


Author
Patryk Kubiak - (Created on: 12 04 2015 12:56:48)
Note
Copyright (C) 2015 Patryk Kubiak patry.nosp@m.k.ku.nosp@m.biak9.nosp@m.0@gm.nosp@m.ail.c.nosp@m.om
           This program is free software; you can redistribute it and/or modify
           it under the terms of the GNU General Public License as published by
           the Free Software Foundation; either version 2 of the License, or
           (at your option) any later version.

           This program is distributed in the hope that it will be useful,
           but WITHOUT ANY WARRANTY; without even the implied warranty of
           MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
           GNU General Public License for more details.

           You should have received a copy of the GNU General Public License
           along with this program; if not, write to the Free Software
           Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

Definition in file oc_1word.h.

Macro Definition Documentation

#define oC_1WORD_FROM_2 (   A,
  B 
)    _oC_1WORD_FROM_2( A , B )

Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName

Parameters
Allparameters will be concatenates to receive one word

Definition at line 90 of file oc_1word.h.

#define oC_1WORD_FROM_3 (   A,
  B,
 
)    _oC_1WORD_FROM_3( A , B , C)

Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName

Parameters
Allparameters will be concatenates to receive one word

Definition at line 100 of file oc_1word.h.

#define oC_1WORD_FROM_4 (   A,
  B,
  C,
 
)    _oC_1WORD_FROM_4( A , B , C , D)

Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName

Parameters
Allparameters will be concatenates to receive one word

Definition at line 110 of file oc_1word.h.

#define oC_1WORD_FROM_5 (   A,
  B,
  C,
  D,
 
)    _oC_1WORD_FROM_5( A , B , C , D , E)

Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName

Parameters
Allparameters will be concatenates to receive one word

Definition at line 120 of file oc_1word.h.

#define oC_1WORD_FROM_6 (   A,
  B,
  C,
  D,
  E,
 
)    _oC_1WORD_FROM_6( A , B , C , D , E , F)

Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName

Parameters
Allparameters will be concatenates to receive one word

Definition at line 130 of file oc_1word.h.

#define oC_1WORD_FROM_7 (   A,
  B,
  C,
  D,
  E,
  F,
 
)    _oC_1WORD_FROM_7( A , B , C , D , E , F , G)

Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName

Parameters
Allparameters will be concatenates to receive one word

Definition at line 140 of file oc_1word.h.

#define oC_1WORD_FROM_8 (   A,
  B,
  C,
  D,
  E,
  F,
  G,
 
)    _oC_1WORD_FROM_8( A , B , C , D , E , F , G , H)

Concatenates words to becomes one word. For example, if you have a channel type, which always contains a xX prefix, you can use it to receive channel name: oC_1WORD_FROM_2( xX , ChannelName ) - it will return xXChannelName

Parameters
Allparameters will be concatenates to receive one word

Definition at line 150 of file oc_1word.h.