doc fix
This commit is contained in:
@@ -2282,7 +2282,7 @@ EXTERNAL_GROUPS = YES
|
|||||||
# be listed.
|
# be listed.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
|
|
||||||
EXTERNAL_PAGES = YES
|
EXTERNAL_PAGES = NO
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to the dot tool
|
# Configuration options related to the dot tool
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
* BINARY_STREAM_READ(T) - чтение из потока, "s" - объект потока, "v" - объект типа T.
|
* BINARY_STREAM_READ(T) - чтение из потока, "s" - объект потока, "v" - объект типа T.
|
||||||
|
|
||||||
Пример:
|
Пример:
|
||||||
\~\code
|
\~\code{.cpp}
|
||||||
#include <pibytearray.h>
|
#include <pibytearray.h>
|
||||||
|
|
||||||
class MyType {
|
class MyType {
|
||||||
@@ -68,7 +68,7 @@ int main(int argc, char * argv[]) {
|
|||||||
|
|
||||||
\~english Result:
|
\~english Result:
|
||||||
\~russian Результат:
|
\~russian Результат:
|
||||||
\~\code
|
\~\code{.cpp}
|
||||||
0a000000040000007400650078007400
|
0a000000040000007400650078007400
|
||||||
10 text
|
10 text
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ operators of this class simply store/restore data block to/from stream:
|
|||||||
Для сохранения/извлечения блоков произвольных данных используется класс PIMemoryBlock.
|
Для сохранения/извлечения блоков произвольных данных используется класс PIMemoryBlock.
|
||||||
Потоковые операторы для него просто сохраняют/извлекают блоки байтов в/из потока:
|
Потоковые операторы для него просто сохраняют/извлекают блоки байтов в/из потока:
|
||||||
|
|
||||||
\~\code
|
\~\code{.cpp}
|
||||||
float a_read[10], a_write[10];
|
float a_read[10], a_write[10];
|
||||||
for (int i = 0; i < 10; ++i) {
|
for (int i = 0; i < 10; ++i) {
|
||||||
a_read [i] = 0.f;
|
a_read [i] = 0.f;
|
||||||
@@ -102,7 +102,7 @@ for (int i = 0; i < 10; ++i)
|
|||||||
|
|
||||||
\~english Result:
|
\~english Result:
|
||||||
\~russian Результат:
|
\~russian Результат:
|
||||||
\~\code
|
\~\code{.cpp}
|
||||||
00000000cdcccc3dcdcc4c3e9a99993ecdcccc3e0000003f9a99193f3333333fcdcc4c3f6666663f
|
00000000cdcccc3dcdcc4c3e9a99993ecdcccc3e0000003f9a99193f3333333fcdcc4c3f6666663f
|
||||||
0
|
0
|
||||||
0.1
|
0.1
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* direct output to console (\a PICout)
|
* direct output to console (\a PICout)
|
||||||
* containers (\a PIVector, \a PIDeque, \a PIVector2D, \a PIStack, \a PIQueue, \a PIMap, \a PISet)
|
* containers (\a PIVector, \a PIDeque, \a PIVector2D, \a PIStack, \a PIQueue, \a PIMap, \a PISet)
|
||||||
* byte array (\a PIByteArray)
|
* byte array (\a PIByteArray)
|
||||||
* serialization (\a PIChunkStream)
|
* serialization (\a PIBinaryStream, \a PITextStream, \a PIIOBinaryStream, \a PIIOTextStream, \a PIChunkStream)
|
||||||
* string (\a PIConstChars, \a PIString, \a PIStringList)
|
* string (\a PIConstChars, \a PIString, \a PIStringList)
|
||||||
* base object (events and handlers) (\a PIObject)
|
* base object (events and handlers) (\a PIObject)
|
||||||
* multithreading
|
* multithreading
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
* общение с консолью (\a PICout)
|
* общение с консолью (\a PICout)
|
||||||
* контейнеры (\a PIVector, \a PIDeque, \a PIVector2D, \a PIStack, \a PIQueue, \a PIMap, \a PISet)
|
* контейнеры (\a PIVector, \a PIDeque, \a PIVector2D, \a PIStack, \a PIQueue, \a PIMap, \a PISet)
|
||||||
* байтовый массив (\a PIByteArray)
|
* байтовый массив (\a PIByteArray)
|
||||||
* сериализация (\a PIChunkStream)
|
* сериализация (\a PIBinaryStream, \a PITextStream, \a PIIOBinaryStream, \a PIIOTextStream, \a PIChunkStream)
|
||||||
* строка (\a PIConstChars, \a PIString, \a PIStringList)
|
* строка (\a PIConstChars, \a PIString, \a PIStringList)
|
||||||
* базовый объект (события и обработчики) (\a PIObject)
|
* базовый объект (события и обработчики) (\a PIObject)
|
||||||
* многопоточность
|
* многопоточность
|
||||||
|
|||||||
Reference in New Issue
Block a user