ldas-tools-diskcacheAPI  2.7.2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
diskCache::Streams::OBinary Class Reference

#include <Binary.hh>

Inheritance diagram for diskCache::Streams::OBinary:
Inheritance graph
[legend]
Collaboration diagram for diskCache::Streams::OBinary:
Collaboration graph
[legend]

Public Types

typedef Common::Registry::id_type id_type
 
typedef Interface::version_type version_type
 
typedef std::streamsize streamsize
 
typedef void(* write_func) (OBinary &Stream, const Streamable &Data)
 
typedef Common::Registry::id_type id_type
 
typedef Interface::version_type version_type
 
typedef std::streamsize streamsize
 
typedef void(* write_func) (OBinary &Stream, const Streamable &Data)
 
typedef Common::Registry::id_type id_type
 
typedef Interface::version_type version_type
 
typedef std::streamsize streamsize
 
typedef void(* write_func) (OBinary &Stream, const Streamable &Data)
 
typedef INT_8U size_type
 
typedef INT_8U size_type
 
typedef INT_8U size_type
 
enum  version_tag_type {
  VERSION_NONE = 0x0000 , VERSION_PROTOTYPE = 0xFFFF , VERSION_PRE_HEADER = 0x00FF , VERSION_HEADER = 0x0100 ,
  VERSION_MULTIPLE_EXTENSIONS = 0x0101 , VERSION_ONLINE_STATUS = 0x0102 , VERSION_GENERIC_INDEXES = 0x0103 , VERSION_NONE = 0x0000 ,
  VERSION_PROTOTYPE = 0xFFFF , VERSION_PRE_HEADER = 0x00FF , VERSION_HEADER = 0x0100 , VERSION_MULTIPLE_EXTENSIONS = 0x0101 ,
  VERSION_ONLINE_STATUS = 0x0102 , VERSION_GENERIC_INDEXES = 0x0103 , VERSION_NONE = 0x0000 , VERSION_PROTOTYPE = 0xFFFF ,
  VERSION_PRE_HEADER = 0x00FF , VERSION_HEADER = 0x0100 , VERSION_MULTIPLE_EXTENSIONS = 0x0101 , VERSION_ONLINE_STATUS = 0x0102 ,
  VERSION_GENERIC_INDEXES = 0x0103
}
 
enum  version_tag_type {
  VERSION_NONE = 0x0000 , VERSION_PROTOTYPE = 0xFFFF , VERSION_PRE_HEADER = 0x00FF , VERSION_HEADER = 0x0100 ,
  VERSION_MULTIPLE_EXTENSIONS = 0x0101 , VERSION_ONLINE_STATUS = 0x0102 , VERSION_GENERIC_INDEXES = 0x0103 , VERSION_NONE = 0x0000 ,
  VERSION_PROTOTYPE = 0xFFFF , VERSION_PRE_HEADER = 0x00FF , VERSION_HEADER = 0x0100 , VERSION_MULTIPLE_EXTENSIONS = 0x0101 ,
  VERSION_ONLINE_STATUS = 0x0102 , VERSION_GENERIC_INDEXES = 0x0103 , VERSION_NONE = 0x0000 , VERSION_PROTOTYPE = 0xFFFF ,
  VERSION_PRE_HEADER = 0x00FF , VERSION_HEADER = 0x0100 , VERSION_MULTIPLE_EXTENSIONS = 0x0101 , VERSION_ONLINE_STATUS = 0x0102 ,
  VERSION_GENERIC_INDEXES = 0x0103
}
 
enum  version_tag_type {
  VERSION_NONE = 0x0000 , VERSION_PROTOTYPE = 0xFFFF , VERSION_PRE_HEADER = 0x00FF , VERSION_HEADER = 0x0100 ,
  VERSION_MULTIPLE_EXTENSIONS = 0x0101 , VERSION_ONLINE_STATUS = 0x0102 , VERSION_GENERIC_INDEXES = 0x0103 , VERSION_NONE = 0x0000 ,
  VERSION_PROTOTYPE = 0xFFFF , VERSION_PRE_HEADER = 0x00FF , VERSION_HEADER = 0x0100 , VERSION_MULTIPLE_EXTENSIONS = 0x0101 ,
  VERSION_ONLINE_STATUS = 0x0102 , VERSION_GENERIC_INDEXES = 0x0103 , VERSION_NONE = 0x0000 , VERSION_PROTOTYPE = 0xFFFF ,
  VERSION_PRE_HEADER = 0x00FF , VERSION_HEADER = 0x0100 , VERSION_MULTIPLE_EXTENSIONS = 0x0101 , VERSION_ONLINE_STATUS = 0x0102 ,
  VERSION_GENERIC_INDEXES = 0x0103
}
 

Public Member Functions

 OBinary (std::ostream &Sink, version_type Version=VERSION_DEFAULT)
 
 ~OBinary ()
 
bool Writeable () const
 
template<typename Type >
OBinaryoperator<< (const Type &Data)
 
 OBinary (std::ostream &Sink, version_type Version=VERSION_DEFAULT)
 
 ~OBinary ()
 
bool Writeable () const
 
template<typename Type >
OBinaryoperator<< (const Type &Data)
 
 OBinary (std::ostream &Sink, version_type Version=VERSION_DEFAULT)
 
 ~OBinary ()
 
bool Writeable () const
 
template<typename Type >
OBinaryoperator<< (const Type &Data)
 
template<>
OBinaryoperator<< (const INT_2U &Data)
 
template<>
OBinaryoperator<< (const INT_2S &Data)
 
template<>
OBinaryoperator<< (const INT_4U &Data)
 
template<>
OBinaryoperator<< (const INT_4S &Data)
 
template<>
OBinaryoperator<< (const INT_8U &Data)
 
template<>
OBinaryoperator<< (const INT_8S &Data)
 
template<>
OBinaryoperator<< (const std::string &Data)
 
template<>
OBinaryoperator<< (const std::list< std::string > &Data)
 
template<>
OBinaryoperator<< (const std::set< std::string > &Data)
 
version_type Version () const
 
version_type Version () const
 
version_type Version () const
 

Static Public Member Functions

static write_func Writer (id_type Id)
 
static void Writer (id_type Id, write_func Function)
 
static write_func Writer (id_type Id)
 
static void Writer (id_type Id, write_func Function)
 
static write_func Writer (id_type Id)
 
static void Writer (id_type Id, write_func Function)
 

Static Public Attributes

static const version_type VERSION_MAX
 
static const version_type VERSION_DEFAULT
 

Protected Member Functions

void version (version_type Version)
 
void version (version_type Version)
 
void version (version_type Version)
 

Private Types

typedef LDASTools::AL::unordered_map< id_type, write_funcwriter_container_type
 
typedef LDASTools::AL::unordered_map< id_type, write_funcwriter_container_type
 
typedef LDASTools::AL::unordered_map< id_type, write_funcwriter_container_type
 

Private Member Functions

template<typename T >
OBinarycontainer_handler (const T &Data)
 
template<typename T >
OBinarycontainer_handler (const T &Data)
 
template<typename T >
OBinarycontainer_handler (const T &Data)
 

Private Attributes

std::ostream & m_stream
 
version_type m_version
 Current version. More...
 

Static Private Attributes

static writer_container_type m_writers
 Collection of registered readers. More...
 

Member Typedef Documentation

◆ id_type [1/3]

◆ id_type [2/3]

◆ id_type [3/3]

◆ size_type [1/3]

typedef INT_8U diskCache::Streams::Binary::size_type
inherited

◆ size_type [2/3]

typedef INT_8U diskCache::Streams::Binary::size_type
inherited

◆ size_type [3/3]

typedef INT_8U diskCache::Streams::Binary::size_type
inherited

◆ streamsize [1/3]

typedef std::streamsize diskCache::Streams::OBinary::streamsize

◆ streamsize [2/3]

typedef std::streamsize diskCache::Streams::OBinary::streamsize

◆ streamsize [3/3]

typedef std::streamsize diskCache::Streams::OBinary::streamsize

◆ version_type [1/3]

◆ version_type [2/3]

◆ version_type [3/3]

◆ write_func [1/3]

typedef void( * diskCache::Streams::OBinary::write_func) (OBinary &Stream, const Streamable &Data)

◆ write_func [2/3]

typedef void( * diskCache::Streams::OBinary::write_func) (OBinary &Stream, const Streamable &Data)

◆ write_func [3/3]

typedef void( * diskCache::Streams::OBinary::write_func) (OBinary &Stream, const Streamable &Data)

◆ writer_container_type [1/3]

typedef LDASTools::AL::unordered_map< id_type, write_func > diskCache::Streams::OBinary::writer_container_type
private

◆ writer_container_type [2/3]

typedef LDASTools::AL::unordered_map< id_type, write_func > diskCache::Streams::OBinary::writer_container_type
private

◆ writer_container_type [3/3]

typedef LDASTools::AL::unordered_map< id_type, write_func > diskCache::Streams::OBinary::writer_container_type
private

Member Enumeration Documentation

◆ version_tag_type [1/3]

Enumerator
VERSION_NONE 

Version before the header was introduced.

VERSION_PROTOTYPE 

Version reserved for disk cache development.

            Production systems and programs should never try to
            interpret or generate streams of this version.
            It is reserved for development purposes when the cache
            stream is being extended. 
VERSION_PRE_HEADER 

version without the header information

            This version number is hear to create versions of the
            cache file without versioning headers. 
VERSION_HEADER 

First version with the header information.

            This is when the header first appeared in the cache file.

            All subsequent version numbers must be greater than this
            which means that 0x0001 - 0x00FF are all invalid values. 
VERSION_MULTIPLE_EXTENSIONS 

Introduction of multiple file extensions.

            Multiple file extensions allows for indexing of files
            in the S-D-G-T form that do not end in .gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_ONLINE_STATUS 

Introduction of online status.

            File contains online status field.

            \note
               This mode is still under development and should not
               be used. 
VERSION_GENERIC_INDEXES 

Introduction of generic indexes.

            Generic indexes allow for caching more than files of the
            type S-D-G-T.gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_NONE 

Version before the header was introduced.

VERSION_PROTOTYPE 

Version reserved for disk cache development.

            Production systems and programs should never try to
            interpret or generate streams of this version.
            It is reserved for development purposes when the cache
            stream is being extended. 
VERSION_PRE_HEADER 

version without the header information

            This version number is hear to create versions of the
            cache file without versioning headers. 
VERSION_HEADER 

First version with the header information.

            This is when the header first appeared in the cache file.

            All subsequent version numbers must be greater than this
            which means that 0x0001 - 0x00FF are all invalid values. 
VERSION_MULTIPLE_EXTENSIONS 

Introduction of multiple file extensions.

            Multiple file extensions allows for indexing of files
            in the S-D-G-T form that do not end in .gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_ONLINE_STATUS 

Introduction of online status.

            File contains online status field.

            \note
               This mode is still under development and should not
               be used. 
VERSION_GENERIC_INDEXES 

Introduction of generic indexes.

            Generic indexes allow for caching more than files of the
            type S-D-G-T.gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_NONE 

Version before the header was introduced.

VERSION_PROTOTYPE 

Version reserved for disk cache development.

            Production systems and programs should never try to
            interpret or generate streams of this version.
            It is reserved for development purposes when the cache
            stream is being extended. 
VERSION_PRE_HEADER 

version without the header information

            This version number is hear to create versions of the
            cache file without versioning headers. 
VERSION_HEADER 

First version with the header information.

            This is when the header first appeared in the cache file.

            All subsequent version numbers must be greater than this
            which means that 0x0001 - 0x00FF are all invalid values. 
VERSION_MULTIPLE_EXTENSIONS 

Introduction of multiple file extensions.

            Multiple file extensions allows for indexing of files
            in the S-D-G-T form that do not end in .gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_ONLINE_STATUS 

Introduction of online status.

            File contains online status field.

            \note
               This mode is still under development and should not
               be used. 
VERSION_GENERIC_INDEXES 

Introduction of generic indexes.

            Generic indexes allow for caching more than files of the
            type S-D-G-T.gwf

            \note
               This mode is still under development and should not
               be used. 

◆ version_tag_type [2/3]

Enumerator
VERSION_NONE 

Version before the header was introduced.

VERSION_PROTOTYPE 

Version reserved for disk cache development.

            Production systems and programs should never try to
            interpret or generate streams of this version.
            It is reserved for development purposes when the cache
            stream is being extended. 
VERSION_PRE_HEADER 

version without the header information

            This version number is hear to create versions of the
            cache file without versioning headers. 
VERSION_HEADER 

First version with the header information.

            This is when the header first appeared in the cache file.

            All subsequent version numbers must be greater than this
            which means that 0x0001 - 0x00FF are all invalid values. 
VERSION_MULTIPLE_EXTENSIONS 

Introduction of multiple file extensions.

            Multiple file extensions allows for indexing of files
            in the S-D-G-T form that do not end in .gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_ONLINE_STATUS 

Introduction of online status.

            File contains online status field.

            \note
               This mode is still under development and should not
               be used. 
VERSION_GENERIC_INDEXES 

Introduction of generic indexes.

            Generic indexes allow for caching more than files of the
            type S-D-G-T.gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_NONE 

Version before the header was introduced.

VERSION_PROTOTYPE 

Version reserved for disk cache development.

            Production systems and programs should never try to
            interpret or generate streams of this version.
            It is reserved for development purposes when the cache
            stream is being extended. 
VERSION_PRE_HEADER 

version without the header information

            This version number is hear to create versions of the
            cache file without versioning headers. 
VERSION_HEADER 

First version with the header information.

            This is when the header first appeared in the cache file.

            All subsequent version numbers must be greater than this
            which means that 0x0001 - 0x00FF are all invalid values. 
VERSION_MULTIPLE_EXTENSIONS 

Introduction of multiple file extensions.

            Multiple file extensions allows for indexing of files
            in the S-D-G-T form that do not end in .gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_ONLINE_STATUS 

Introduction of online status.

            File contains online status field.

            \note
               This mode is still under development and should not
               be used. 
VERSION_GENERIC_INDEXES 

Introduction of generic indexes.

            Generic indexes allow for caching more than files of the
            type S-D-G-T.gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_NONE 

Version before the header was introduced.

VERSION_PROTOTYPE 

Version reserved for disk cache development.

            Production systems and programs should never try to
            interpret or generate streams of this version.
            It is reserved for development purposes when the cache
            stream is being extended. 
VERSION_PRE_HEADER 

version without the header information

            This version number is hear to create versions of the
            cache file without versioning headers. 
VERSION_HEADER 

First version with the header information.

            This is when the header first appeared in the cache file.

            All subsequent version numbers must be greater than this
            which means that 0x0001 - 0x00FF are all invalid values. 
VERSION_MULTIPLE_EXTENSIONS 

Introduction of multiple file extensions.

            Multiple file extensions allows for indexing of files
            in the S-D-G-T form that do not end in .gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_ONLINE_STATUS 

Introduction of online status.

            File contains online status field.

            \note
               This mode is still under development and should not
               be used. 
VERSION_GENERIC_INDEXES 

Introduction of generic indexes.

            Generic indexes allow for caching more than files of the
            type S-D-G-T.gwf

            \note
               This mode is still under development and should not
               be used. 

◆ version_tag_type [3/3]

Enumerator
VERSION_NONE 

Version before the header was introduced.

VERSION_PROTOTYPE 

Version reserved for disk cache development.

            Production systems and programs should never try to
            interpret or generate streams of this version.
            It is reserved for development purposes when the cache
            stream is being extended. 
VERSION_PRE_HEADER 

version without the header information

            This version number is hear to create versions of the
            cache file without versioning headers. 
VERSION_HEADER 

First version with the header information.

            This is when the header first appeared in the cache file.

            All subsequent version numbers must be greater than this
            which means that 0x0001 - 0x00FF are all invalid values. 
VERSION_MULTIPLE_EXTENSIONS 

Introduction of multiple file extensions.

            Multiple file extensions allows for indexing of files
            in the S-D-G-T form that do not end in .gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_ONLINE_STATUS 

Introduction of online status.

            File contains online status field.

            \note
               This mode is still under development and should not
               be used. 
VERSION_GENERIC_INDEXES 

Introduction of generic indexes.

            Generic indexes allow for caching more than files of the
            type S-D-G-T.gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_NONE 

Version before the header was introduced.

VERSION_PROTOTYPE 

Version reserved for disk cache development.

            Production systems and programs should never try to
            interpret or generate streams of this version.
            It is reserved for development purposes when the cache
            stream is being extended. 
VERSION_PRE_HEADER 

version without the header information

            This version number is hear to create versions of the
            cache file without versioning headers. 
VERSION_HEADER 

First version with the header information.

            This is when the header first appeared in the cache file.

            All subsequent version numbers must be greater than this
            which means that 0x0001 - 0x00FF are all invalid values. 
VERSION_MULTIPLE_EXTENSIONS 

Introduction of multiple file extensions.

            Multiple file extensions allows for indexing of files
            in the S-D-G-T form that do not end in .gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_ONLINE_STATUS 

Introduction of online status.

            File contains online status field.

            \note
               This mode is still under development and should not
               be used. 
VERSION_GENERIC_INDEXES 

Introduction of generic indexes.

            Generic indexes allow for caching more than files of the
            type S-D-G-T.gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_NONE 

Version before the header was introduced.

VERSION_PROTOTYPE 

Version reserved for disk cache development.

            Production systems and programs should never try to
            interpret or generate streams of this version.
            It is reserved for development purposes when the cache
            stream is being extended. 
VERSION_PRE_HEADER 

version without the header information

            This version number is hear to create versions of the
            cache file without versioning headers. 
VERSION_HEADER 

First version with the header information.

            This is when the header first appeared in the cache file.

            All subsequent version numbers must be greater than this
            which means that 0x0001 - 0x00FF are all invalid values. 
VERSION_MULTIPLE_EXTENSIONS 

Introduction of multiple file extensions.

            Multiple file extensions allows for indexing of files
            in the S-D-G-T form that do not end in .gwf

            \note
               This mode is still under development and should not
               be used. 
VERSION_ONLINE_STATUS 

Introduction of online status.

            File contains online status field.

            \note
               This mode is still under development and should not
               be used. 
VERSION_GENERIC_INDEXES 

Introduction of generic indexes.

            Generic indexes allow for caching more than files of the
            type S-D-G-T.gwf

            \note
               This mode is still under development and should not
               be used. 

Constructor & Destructor Documentation

◆ OBinary() [1/3]

diskCache::Streams::OBinary::OBinary ( std::ostream &  Sink,
version_type  Version = VERSION_DEFAULT 
)

◆ ~OBinary() [1/3]

diskCache::Streams::OBinary::~OBinary ( )

◆ OBinary() [2/3]

diskCache::Streams::OBinary::OBinary ( std::ostream &  Sink,
version_type  Version = VERSION_DEFAULT 
)

◆ ~OBinary() [2/3]

diskCache::Streams::OBinary::~OBinary ( )

◆ OBinary() [3/3]

diskCache::Streams::OBinary::OBinary ( std::ostream &  Sink,
version_type  Version = VERSION_DEFAULT 
)

◆ ~OBinary() [3/3]

diskCache::Streams::OBinary::~OBinary ( )

Member Function Documentation

◆ container_handler() [1/3]

template<typename T >
OBinary & diskCache::Streams::OBinary::container_handler ( const T &  Data)
inlineprivate

◆ container_handler() [2/3]

template<typename T >
OBinary& diskCache::Streams::OBinary::container_handler ( const T &  Data)
private

◆ container_handler() [3/3]

template<typename T >
OBinary& diskCache::Streams::OBinary::container_handler ( const T &  Data)
private

◆ operator<<() [1/12]

template<>
OBinary & diskCache::Streams::OBinary::operator<< ( const INT_2S &  Data)
inline

◆ operator<<() [2/12]

template<>
OBinary & diskCache::Streams::OBinary::operator<< ( const INT_2U &  Data)
inline

◆ operator<<() [3/12]

template<>
OBinary & diskCache::Streams::OBinary::operator<< ( const INT_4S &  Data)
inline

◆ operator<<() [4/12]

template<>
OBinary & diskCache::Streams::OBinary::operator<< ( const INT_4U &  Data)
inline

◆ operator<<() [5/12]

template<>
OBinary & diskCache::Streams::OBinary::operator<< ( const INT_8S &  Data)
inline

◆ operator<<() [6/12]

template<>
OBinary & diskCache::Streams::OBinary::operator<< ( const INT_8U &  Data)
inline

◆ operator<<() [7/12]

template<>
OBinary & diskCache::Streams::OBinary::operator<< ( const std::list< std::string > &  Data)
inline

◆ operator<<() [8/12]

template<>
OBinary & diskCache::Streams::OBinary::operator<< ( const std::set< std::string > &  Data)
inline

◆ operator<<() [9/12]

template<>
OBinary & diskCache::Streams::OBinary::operator<< ( const std::string &  Data)
inline

◆ operator<<() [10/12]

template<typename Type >
OBinary& diskCache::Streams::OBinary::operator<< ( const Type &  Data)

◆ operator<<() [11/12]

template<typename Type >
OBinary& diskCache::Streams::OBinary::operator<< ( const Type &  Data)

◆ operator<<() [12/12]

template<typename Type >
OBinary& diskCache::Streams::OBinary::operator<< ( const Type &  Data)

◆ Version() [1/3]

Interface::version_type diskCache::Streams::Interface::Version ( ) const
inlineinherited

◆ Version() [2/3]

version_type diskCache::Streams::Interface::Version ( ) const
inherited

◆ Version() [3/3]

version_type diskCache::Streams::Interface::Version ( ) const
inherited

◆ version() [1/3]

void diskCache::Streams::Interface::version ( version_type  Version)
inlineprotectedinherited

◆ version() [2/3]

void diskCache::Streams::Interface::version ( version_type  Version)
protectedinherited

◆ version() [3/3]

void diskCache::Streams::Interface::version ( version_type  Version)
protectedinherited

◆ Writeable() [1/3]

bool diskCache::Streams::OBinary::Writeable ( ) const
inline

◆ Writeable() [2/3]

bool diskCache::Streams::OBinary::Writeable ( ) const

◆ Writeable() [3/3]

bool diskCache::Streams::OBinary::Writeable ( ) const

◆ Writer() [1/6]

OBinary::write_func diskCache::Streams::OBinary::Writer ( id_type  Id)
inlinestatic

◆ Writer() [2/6]

static write_func diskCache::Streams::OBinary::Writer ( id_type  Id)
static

◆ Writer() [3/6]

static write_func diskCache::Streams::OBinary::Writer ( id_type  Id)
static

◆ Writer() [4/6]

void diskCache::Streams::OBinary::Writer ( id_type  Id,
write_func  Function 
)
inlinestatic

◆ Writer() [5/6]

static void diskCache::Streams::OBinary::Writer ( id_type  Id,
write_func  Function 
)
static

◆ Writer() [6/6]

static void diskCache::Streams::OBinary::Writer ( id_type  Id,
write_func  Function 
)
static

Member Data Documentation

◆ m_stream

std::ostream & diskCache::Streams::OBinary::m_stream
private

◆ m_version

version_type diskCache::Streams::Interface::m_version
privateinherited

Current version.

This represents the current version of the stream type. It is used by both input and output streams.

◆ m_writers

static writer_container_type diskCache::Streams::OBinary::m_writers
staticprivate

Collection of registered readers.

Todo:
Need to make this thread safe
Todo:
Need to make this thread safe
Todo:
Need to make this thread safe

◆ VERSION_DEFAULT

static const version_type diskCache::Streams::OBinary::VERSION_DEFAULT
static
Initial value:
=
@ VERSION_MULTIPLE_EXTENSIONS
Introduction of multiple file extensions.
Definition: StreamsInterface.hh:118

◆ VERSION_MAX

static const version_type diskCache::Streams::OBinary::VERSION_MAX
static

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